@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Providers; |
4 | 4 | |
5 | -use Illuminate\Support\ServiceProvider; |
|
5 | +use Illuminate\Support\ServiceProvider; |
|
6 | 6 | use Illuminate\Support\Facades\Broadcast; |
7 | 7 | |
8 | 8 | class BroadcastServiceProvider extends ServiceProvider |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Exceptions; |
4 | 4 | |
5 | -use Exception; |
|
5 | +use Exception; |
|
6 | 6 | use Illuminate\Foundation\Exceptions\Handler as ExceptionHandler; |
7 | 7 | |
8 | 8 | class Handler extends ExceptionHandler |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use App\Modules\Core\BaseClasses\BaseApiController; |
6 | 6 | use App\Modules\DummyModule\Services\DummyService; |
7 | -use App\Modules\Core\Utl\CoreConfig; |
|
8 | 7 | use App\Modules\DummyModule\Http\Requests\InsertDummy; |
9 | 8 | use App\Modules\DummyModule\Http\Requests\UpdateDummy; |
10 | 9 |
@@ -16,7 +16,6 @@ |
||
16 | 16 | * |
17 | 17 | * @param Session $session |
18 | 18 | * @param Auth $auth |
19 | - * @param Errors $errors |
|
20 | 19 | * |
21 | 20 | * @return void |
22 | 21 | */ |