Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 13, 2024
1 parent fbb6cb3 commit f43d75f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Http/Exceptions/Handler.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?php

/*
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/

namespace Jiannei\Response\Laravel\Http\Exceptions;

use Jiannei\Response\Laravel\Support\Traits\ExceptionTrait;

class Handler extends \Illuminate\Foundation\Exceptions\Handler
{
use ExceptionTrait;
}
}

0 comments on commit f43d75f

Please sign in to comment.