Skip to content

Commit 9c44052

Browse files
authored
fix: undefined class (#47775)
1 parent 53b02b3 commit 9c44052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Access/Gate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Gate implements GateContract
7171
/**
7272
* The default denial response for gates and policies.
7373
*
74-
* @var Illuminate\Auth\Access\Response|null
74+
* @var \Illuminate\Auth\Access\Response|null
7575
*/
7676
protected $defaultDenialResponse;
7777

0 commit comments

Comments
 (0)