瀏覽代碼

array声明错误

LD 4 年之前
父節點
當前提交
4efed0aac4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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[]
      * @var array|string[]
      */
      */
-    protected array $whiteList = [
+    protected $whiteList = [
 
 
     ];
     ];