Skip to content

Commit

Permalink
Merge branch 'v1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 26, 2020
2 parents 3e144ac + 35e0737 commit 6cdaed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/BindFailureListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function usingLaravelUi($controller = 'App\Http\Controllers\Auth\L
*
* @return void
*/
public static function whenResolving($class, Closure $callback = null)
protected static function whenResolving($class, Closure $callback = null)
{
if (! class_exists($class)) {
return;
Expand Down

0 comments on commit 6cdaed0

Please sign in to comment.