diff --git a/app/Listeners/RefreshAuditionCache.php b/app/Listeners/RefreshAuditionCache.php index f6ae8f3..89bb79c 100644 --- a/app/Listeners/RefreshAuditionCache.php +++ b/app/Listeners/RefreshAuditionCache.php @@ -30,6 +30,3 @@ class RefreshAuditionCache } } } - - -//TODO To give your application a speed boost, you should cache a manifest of all of your application's listeners using the optimize or event:cache Artisan commands. Typically, this command should be run as part of your application's deployment process. This manifest will be used by the framework to speed up the event registration process. The event:clear command may be used to destroy the event cache. diff --git a/app/Listeners/RefreshEntryCache.php b/app/Listeners/RefreshEntryCache.php index 4cc0437..6fa0ecc 100644 --- a/app/Listeners/RefreshEntryCache.php +++ b/app/Listeners/RefreshEntryCache.php @@ -32,6 +32,3 @@ class RefreshEntryCache } } } - - -//TODO To give your application a speed boost, you should cache a manifest of all of your application's listeners using the optimize or event:cache Artisan commands. Typically, this command should be run as part of your application's deployment process. This manifest will be used by the framework to speed up the event registration process. The event:clear command may be used to destroy the event cache. diff --git a/resources/views/judging/audition_entry_list.blade.php b/resources/views/judging/audition_entry_list.blade.php index 8bd90ce..dfaec6a 100644 --- a/resources/views/judging/audition_entry_list.blade.php +++ b/resources/views/judging/audition_entry_list.blade.php @@ -1,3 +1,4 @@ +@php use Illuminate\Support\Facades\Auth; @endphp Judging Dashboard