From 615ae1005ace5c2645c7f6aa53045619fcbd1499 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 7 Sep 2022 16:15:33 +0100 Subject: Changed the uses around. Need to use Js in the view --- resources/views/player.blade.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/views/player.blade.php b/resources/views/player.blade.php index 7970cea..fab87fa 100644 --- a/resources/views/player.blade.php +++ b/resources/views/player.blade.php @@ -1,3 +1,6 @@ +@php +use Illuminate\Support\Js; +@endphp -- cgit v1.2.3