Completed
Push — master ( d56146...ac7961 )
by Jared
01:47
created
src/ACLModel.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         return $this->permissionsCache[$k];
80 80
     }
81 81
 
82
+    /**
83
+     * @param string $permission
84
+     */
82 85
     abstract protected function hasPermission($permission, Model $requester);
83 86
 
84 87
     /**
Please login to merge, or discard this patch.