Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Jan 4, 2023
1 parent 7adaf6b commit dab0f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/exceptions/class-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

namespace App\Exceptions;

use Mantle\Framework\Exceptions\Handler as ExceptionHandler;
use Mantle\Framework\Exceptions\Handler as Base_Handler;
use Throwable;

/**
* Application Error Handler
*/
class Handler extends ExceptionHandler {
class Handler extends Base_Handler {

/**
* A list of the exception types that are not reported.
Expand Down

0 comments on commit dab0f3d

Please sign in to comment.