summaryrefslogtreecommitdiff
path: root/routes/web.php
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2022-09-09 15:30:08 +0100
committerSam Light <samlight1994@gmail.com>2022-09-09 15:30:08 +0100
commit40d12519b29173e291d927cd9100300d2bb181c1 (patch)
treedade8647611b3d353821457edb01bf135715cb0e /routes/web.php
parent69675af22db88ec0a4f1e626f8b976850a30eabb (diff)
Part of moving controller
Diffstat (limited to 'routes/web.php')
-rw-r--r--routes/web.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/web.php b/routes/web.php
index b6abc4f..62fbe1f 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -1,8 +1,8 @@
<?php
-use Illuminate\Support\Facades\Route;
+use Lightscale\ScormPlayer\Controllers\ScormPlayerController;
-use Lightscale\ScormPlayer\Http\Controllers\ScormPlayerController;
+use Illuminate\Support\Facades\Route;
Route::name('scorm-player.')->prefix(config('scorm.route_prefix'))->middleware([
config('scorm.middleware_group', 'web'),