Andrew Wallo před 1 měsícem
rodič
revize
1bd53f8d8e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      bootstrap/app.php

+ 2
- 2
bootstrap/app.php Zobrazit soubor

@@ -10,9 +10,9 @@ return Application::configure(basePath: dirname(__DIR__))
10 10
         api: __DIR__ . '/../routes/api.php',
11 11
         commands: __DIR__ . '/../routes/console.php',
12 12
     )
13
-    ->withMiddleware(function (Middleware $middleware) {
13
+    ->withMiddleware(function (Middleware $middleware): void {
14 14
         //
15 15
     })
16
-    ->withExceptions(function (Exceptions $exceptions) {
16
+    ->withExceptions(function (Exceptions $exceptions): void {
17 17
         //
18 18
     })->create();

Načítá se…
Zrušit
Uložit