Skip to content

Commit d2f993a

Browse files
committed
Fixed some scrutinizer
1 parent 42d0bf2 commit d2f993a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Manager.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,6 @@ public function checkPermission($prefix, $slug)
332332
return 'not_authorized';
333333

334334
}
335-
/**
336-
* Check user authorization
337-
*
338-
* @return \Illuminate\Http\JsonResponse|bool
339-
*/
340335
public function authorize($permission)
341336
{
342337
$permission = explode('.', $permission);

0 commit comments

Comments
 (0)