TODO cleanup

This commit is contained in:
Matt Young 2024-06-28 00:01:19 -05:00
parent 568109587c
commit 4c7de27a54
3 changed files with 1 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,3 +1,4 @@
@php use Illuminate\Support\Facades\Auth; @endphp
<x-layout.app>
<x-slot:page_title>Judging Dashboard</x-slot:page_title>
<x-card.card>