From 4c7de27a547ca7bd939595d2875999e677e914f5 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Fri, 28 Jun 2024 00:01:19 -0500 Subject: [PATCH] TODO cleanup --- app/Listeners/RefreshAuditionCache.php | 3 --- app/Listeners/RefreshEntryCache.php | 3 --- resources/views/judging/audition_entry_list.blade.php | 1 + 3 files changed, 1 insertion(+), 6 deletions(-) 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