]> BookStack Code Mirror - bookstack/blobdiff - app/Services/PermissionService.php
Fixed model extending mis-use
[bookstack] / app / Services / PermissionService.php
index 616c81443e8a96bce10cc203d866ae458536475c..1e75308a07e3734ac6771cf2b78a5c5babe8f3d7 100644 (file)
@@ -513,7 +513,7 @@ class PermissionService
      * @param string $entityType
      * @param Builder|Entity $query
      * @param string $action
-     * @return mixed
+     * @return Builder
      */
     public function enforceEntityRestrictions($entityType, $query, $action = 'view')
     {