diff options
Diffstat (limited to 'src/Http/Controllers/ScormPlayerController.php')
-rw-r--r-- | src/Http/Controllers/ScormPlayerController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Http/Controllers/ScormPlayerController.php b/src/Http/Controllers/ScormPlayerController.php index 711be60..34a5967 100644 --- a/src/Http/Controllers/ScormPlayerController.php +++ b/src/Http/Controllers/ScormPlayerController.php @@ -34,6 +34,7 @@ class ScormPlayerController extends Controller ]; return view('scorm-player::player', compact( + 'sco', 'scorm_api_data' )); } |