Catch on user login.

This commit is contained in:
James Cole
2026-01-23 16:12:49 +01:00
parent b147c5abc6
commit a44f0f362f
11 changed files with 11 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ use Illuminate\View\View;
/**
* Class IndexController
*/
class IndexController extends Controller
final class IndexController extends Controller
{
use DateCalculation;