Skip to content

Commit

Permalink
refactor: update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Dec 15, 2023
1 parent ee70044 commit ed7b717
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Abstracts/Requests/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@
use Illuminate\Support\Facades\App;
use Illuminate\Support\Facades\Config;

/**
* Class Request.
*
* A.K.A (app/Http/Requests/Request.php)
*
* @author Mahmoud Zalt <[email protected]>
*/
abstract class Request extends LaravelRequest
{
use HashIdTrait;
Expand All @@ -30,7 +23,7 @@ abstract class Request extends LaravelRequest
* @example ['permissions' => null, 'roles' => 'admin']
* @example ['permissions' => ['create-users'], 'roles' => null]
*
* @var array<string, string>|array<string, null>|array<string, array<string>>
* @var array<string, string|array<string>|null>
*/
protected array $access = [
'permissions' => null,
Expand Down

0 comments on commit ed7b717

Please sign in to comment.