Browse Source

项目编辑时不带whitelist

kely 1 year ago
parent
commit
236cadc85f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Resources/API/ProjectDetailResource.php

+ 1 - 1
app/Http/Resources/API/ProjectDetailResource.php

@@ -27,7 +27,7 @@ class ProjectDetailResource extends JsonResource
             'longitude' => $this->longitude,
             'longitude' => $this->longitude,
             'type' => $this->type,
             'type' => $this->type,
             'acl' => $this->acl,
             'acl' => $this->acl,
-            'whitelist' => $this->whitelist,
+            //'whitelist' => $this->whitelist,
             'description' => $this->description,
             'description' => $this->description,
         ];
         ];
     }
     }