TODO cleanup
This commit is contained in:
parent
568109587c
commit
4c7de27a54
|
|
@ -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.
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
@php use Illuminate\Support\Facades\Auth; @endphp
|
||||||
<x-layout.app>
|
<x-layout.app>
|
||||||
<x-slot:page_title>Judging Dashboard</x-slot:page_title>
|
<x-slot:page_title>Judging Dashboard</x-slot:page_title>
|
||||||
<x-card.card>
|
<x-card.card>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue