Skip to content

Commit

Permalink
[5.7] Changed description for authenticate method (#25649)
Browse files Browse the repository at this point in the history
* [5.7] Changed description for `authenticate` method
 - Changed description for authenticate method, since check method has the same description.

* Update GuardHelpers.php
  • Loading branch information
TBlindaruk authored and taylorotwell committed Sep 17, 2018
1 parent f92da01 commit 95e0c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuardHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ trait GuardHelpers
protected $provider;

/**
* Determine if the current user is authenticated.
* Determine if current user is authenticated. If not, throw an exception.
*
* @return \Illuminate\Contracts\Auth\Authenticatable
*
Expand Down

0 comments on commit 95e0c7c

Please sign in to comment.