summaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-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'),