LD 4 rokov pred
rodič
commit
4efed0aac4
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/Http/Middleware/Authenticate.php

+ 1 - 1
app/Http/Middleware/Authenticate.php

@@ -16,7 +16,7 @@ class Authenticate extends Middleware
      *
      * @var array|string[]
      */
-    protected array $whiteList = [
+    protected $whiteList = [
 
     ];