Skip to content

Commit

Permalink
Change whenResolving method to protected
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Sep 26, 2020
1 parent 6986373 commit 35e0737
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 35e0737

Please sign in to comment.