@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use App\Helpers; |
18 | 18 | use Illuminate\Http\Request; |
19 | - |
|
20 | 19 | use App\Http\Controllers\Controller; |
21 | 20 | use App\Image; |
22 | 21 | use Illuminate\Support\Facades\Response; |
@@ -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 |