@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Http\Request; |
|
| 4 | - |
|
| 5 | 3 | /* |
| 6 | 4 | |-------------------------------------------------------------------------- |
| 7 | 5 | | API Routes |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Http\Request; |
|
| 4 | - |
|
| 5 | 3 | /* |
| 6 | 4 | |-------------------------------------------------------------------------- |
| 7 | 5 | | API Routes |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Http\Request; |
|
| 4 | - |
|
| 5 | 3 | /* |
| 6 | 4 | |-------------------------------------------------------------------------- |
| 7 | 5 | | API Routes |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Http\Request; |
|
| 4 | - |
|
| 5 | 3 | /* |
| 6 | 4 | |-------------------------------------------------------------------------- |
| 7 | 5 | | API Routes |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Illuminate\Http\Request; |
|
| 4 | - |
|
| 5 | 3 | /* |
| 6 | 4 | |-------------------------------------------------------------------------- |
| 7 | 5 | | API Routes |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Illuminate\Http\Request; |
| 6 | 6 | use App\Modules\Core\BaseClasses\BaseApiController; |
| 7 | 7 | use App\Modules\Users\Services\UserService; |
| 8 | -use App\Modules\Users\Proxy\LoginProxy; |
|
| 9 | 8 | use App\Modules\Core\Http\Resources\General as GeneralResource; |
| 10 | 9 | use Illuminate\Support\Facades\App; |
| 11 | 10 | use App\Modules\Users\Http\Requests\AssignRoles; |
@@ -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 | |