Skip to content

Commit ca8a6a7

Browse files
author
rm
authored
Link to the real Authorizer from the Facade
It's helpful to have a link to the real class from the Facade class so that one can jump around in the source easier.
1 parent bad107b commit ca8a6a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Facades/Authorizer.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
/**
1717
* This is the authorizer facade class.
18-
*
18+
*
19+
* @see \LucaDegasperi\OAuth2Server\Authorizer
20+
*
1921
* @author Luca Degasperi <[email protected]>
2022
*/
2123
class Authorizer extends Facade

0 commit comments

Comments
 (0)