summaryrefslogtreecommitdiff
path: root/src/Controllers/ScormPlayerController.php
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-09-11 15:39:23 +0100
committerSam Light <samlight1994@gmail.com>2025-09-11 15:39:23 +0100
commitb7d170e92f2b886b7413f9401e81d4d5dadbe2e6 (patch)
tree74f66b5fee2fc40ce112fc156d665d054d6b595c /src/Controllers/ScormPlayerController.php
parentbe7113db261341319311f474275b04c153e9c765 (diff)
Fixed bugs with auth caching
Diffstat (limited to 'src/Controllers/ScormPlayerController.php')
-rw-r--r--src/Controllers/ScormPlayerController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Controllers/ScormPlayerController.php b/src/Controllers/ScormPlayerController.php
index 3243962..217b20b 100644
--- a/src/Controllers/ScormPlayerController.php
+++ b/src/Controllers/ScormPlayerController.php
@@ -10,7 +10,6 @@ use Lightscale\ScormPlayer\Models\{
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\Storage;
-use Illuminate\Support\Facades\File;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Str;
use Illuminate\Http\Request;