瀏覽代碼

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2 into dev

= 4 年之前
父節點
當前提交
3f3028a19b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/Models/Pro.php

+ 1 - 0
app/Models/Pro.php

@@ -262,6 +262,7 @@ class Pro extends Model
 
     public function getMyClientIds() {
         $clients = $this->getAccessibleClientsQuery()->get();
+        $clientIds = [];
         foreach($clients as $client){
             $clientIds[] = $client->id;
         }