Skip to content

Commit

Permalink
Merge branch 'develop' into fix-pivot
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Jul 29, 2024
2 parents 6a4a620 + c11b2ba commit 8481aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function after($callback)
*/
public function error(Closure $callback)
{
$this->make('Illuminate\Contracts\Debug\ExceptionHandler')->error($callback);
$this->make('Illuminate\Contracts\Debug\ExceptionHandler')->error($callback); // @phpstan-ignore-line
}

/**
Expand Down

0 comments on commit 8481aa6

Please sign in to comment.