Przeglądaj źródła

array声明错误

LD 4 lat temu
rodzic
commit
4efed0aac4
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = [
 
     ];