Skip to content

Commit f43d75f

Browse files
committed
Apply fixes from StyleCI
1 parent fbb6cb3 commit f43d75f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/Http/Exceptions/Handler.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
<?php
22

3+
/*
4+
* This file is part of the jiannei/laravel-response.
5+
*
6+
* (c) Jiannei <jiannei@sinan.fun>
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this source code in the file LICENSE.
10+
*/
11+
312
namespace Jiannei\Response\Laravel\Http\Exceptions;
413

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

716
class Handler extends \Illuminate\Foundation\Exceptions\Handler
817
{
918
use ExceptionTrait;
10-
}
19+
}

0 commit comments

Comments
 (0)