This commit is contained in:
2026-03-15 22:30:26 -05:00
parent 55b4e9a6f4
commit f5181253f9

View File

@@ -36,7 +36,7 @@ class DashboardController extends Controller implements HasMiddleware
*/
public static function middleware() : array {
return [
new Middleware('auth');
new Middleware('auth'),
];
}