Completed
Push — develop ( 9bb051...8e9a72 )
by Mohamed
02:59
created
app/Model/Traits/User/CountTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -93,5 +93,8 @@
 block discarded – undo
93 93
 
94 94
     abstract public function issuesCreatedBy();
95 95
 
96
+    /**
97
+     * @param string $key
98
+     */
96 99
     abstract public function permission($key);
97 100
 }
Please login to merge, or discard this patch.
app/Model/Traits/User/QueryTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -138,6 +138,9 @@
 block discarded – undo
138 138
         return $this->permission;
139 139
     }
140 140
 
141
+    /**
142
+     * @param string $relations
143
+     */
141 144
     abstract public static function with($relations);
142 145
     abstract public function getLoggedUser();
143 146
 }
Please login to merge, or discard this patch.