Browse Source

added getMyClientIds

= 4 years ago
parent
commit
3453f961b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Controller.php

+ 1 - 1
app/Http/Controllers/Controller.php

@@ -70,7 +70,7 @@ class Controller extends BaseController
         return $performer;
         return $performer;
     }
     }
 
 
-    public function performer(){
+    public function getMyClientIds(){
         if($this->pro == null){
         if($this->pro == null){
             return [];
             return [];
         }
         }