Skip to content

Commit

Permalink
fix: undefined class (#47775)
Browse files Browse the repository at this point in the history
  • Loading branch information
hungthai1401 committed Jul 19, 2023
1 parent 53b02b3 commit 9c44052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/Access/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Gate implements GateContract
/**
* The default denial response for gates and policies.
*
* @var Illuminate\Auth\Access\Response|null
* @var \Illuminate\Auth\Access\Response|null
*/
protected $defaultDenialResponse;

Expand Down

0 comments on commit 9c44052

Please sign in to comment.