Skip to content

Commit a16a2d4

Browse files
author
Jevgenijus Andrijankinas
authored
typo fix
1 parent ca489ea commit a16a2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This requires you to implement several methods::
173173
*/
174174
public function supports(Request $request)
175175
{
176-
return $request->headers->has('X-AUTH-TOKEN')
176+
return $request->headers->has('X-AUTH-TOKEN');
177177
}
178178

179179
/**

0 commit comments

Comments
 (0)