Explorar o código

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

= %!s(int64=4) %!d(string=hai) anos
pai
achega
3f3028a19b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
         }