Skip to content

Commit

Permalink
Fix code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
MohmmedAshraf committed Mar 7, 2024
1 parent c99067f commit f2b2195
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Exceptions/TranslationsUIExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Outhebox\TranslationsUI\Exceptions;

use Illuminate\Foundation\Exceptions\Handler as BaseHandler;
use App\Exceptions\Handler;
use Illuminate\Foundation\Exceptions\Handler as BaseHandler;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
Expand All @@ -18,7 +18,8 @@ class ExtendedHandler extends Handler
// Extend the custom handler
}
} else {
class ExtendedHandler extends BaseHandler {
class ExtendedHandler extends BaseHandler
{
// Extend the default handler
}
}
Expand Down

0 comments on commit f2b2195

Please sign in to comment.