diff --git a/app/Http/Controllers/Dashboard/DashboardController.php b/app/Http/Controllers/Dashboard/DashboardController.php index 0ecbfdb..7b2c146 100644 --- a/app/Http/Controllers/Dashboard/DashboardController.php +++ b/app/Http/Controllers/Dashboard/DashboardController.php @@ -36,7 +36,7 @@ class DashboardController extends Controller implements HasMiddleware */ public static function middleware() : array { return [ - new Middleware('auth'); + new Middleware('auth'), ]; }