@@ -20,8 +20,6 @@ |
||
20 | 20 | use Illuminate\Support\Facades\View; |
21 | 21 | use App\Http\Controllers\Controller; |
22 | 22 | use Illuminate\Database\Eloquent\Builder; |
23 | -use Illuminate\Support\Facades\DB; |
|
24 | -use Carbon\Carbon; |
|
25 | 23 | use App\Transaction; |
26 | 24 | use App\User; |
27 | 25 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace App\Http\Controllers\Frontend; |
16 | 16 | |
17 | 17 | |
18 | -use App\Application; |
|
19 | 18 | use App\Campaign; |
20 | 19 | use App\Payment; |
21 | 20 | use App\Transaction; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Providers; |
4 | 4 | |
5 | -use Illuminate\Contracts\Auth\Access\Gate as GateContract; |
|
6 | 5 | use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; |
7 | 6 | |
8 | 7 | class AuthServiceProvider extends ServiceProvider |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Providers; |
4 | 4 | |
5 | -use Illuminate\Contracts\Events\Dispatcher as DispatcherContract; |
|
6 | 5 | use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider; |
7 | 6 | |
8 | 7 | class EventServiceProvider extends ServiceProvider |
@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace App\Http\Controllers\Admin; |
16 | 16 | |
17 | -use App\Helpers; |
|
18 | 17 | use Illuminate\Http\Request; |
19 | 18 | use Illuminate\Support\Facades\Validator; |
20 | 19 |
@@ -14,14 +14,11 @@ |
||
14 | 14 | |
15 | 15 | namespace App\Http\Controllers\Media; |
16 | 16 | |
17 | -use App\Helpers; |
|
18 | 17 | use Illuminate\Http\Request; |
19 | - |
|
20 | 18 | use App\Http\Controllers\Controller; |
21 | 19 | use App\Image; |
22 | 20 | use Illuminate\Support\Facades\Response; |
23 | 21 | use Illuminate\Support\Facades\App; |
24 | -use Illuminate\Support\Facades\Cache; |
|
25 | 22 | use Illuminate\Support\Facades\Storage; |
26 | 23 | use Carbon\Carbon; |
27 | 24 |