@@ -9,7 +9,6 @@ |
||
| 9 | 9 | use Illuminate\Contracts\Events\Dispatcher; |
| 10 | 10 | use App\Http\Controllers\Controller; |
| 11 | 11 | use Auth; |
| 12 | -use Log; |
|
| 13 | 12 | |
| 14 | 13 | class VerifyUserController extends Controller |
| 15 | 14 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use App\Category; |
| 6 | 6 | use App\Lot; |
| 7 | -use App\Product; |
|
| 8 | 7 | use App\Repositories\CategoryRepository; |
| 9 | 8 | use App\Repositories\TagRepository; |
| 10 | 9 | use Illuminate\Http\Request; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use App\Repositories\LotRepository; |
| 7 | 7 | use App\Repositories\ProfileRepository; |
| 8 | 8 | use App\Repositories\InvolvedRepository; |
| 9 | -use Carbon\Carbon; |
|
| 10 | 9 | use Illuminate\Contracts\Auth\Guard; |
| 11 | 10 | use App\Http\Requests\UpdateUserSettings; |
| 12 | 11 | use App\Http\Requests\UpdateUserPassword; |
@@ -16,8 +16,6 @@ |
||
| 16 | 16 | use Illuminate\Contracts\Auth\Guard; |
| 17 | 17 | use Illuminate\Http\Request; |
| 18 | 18 | |
| 19 | -use App\Http\Requests; |
|
| 20 | - |
|
| 21 | 19 | class LotsController extends Controller |
| 22 | 20 | { |
| 23 | 21 | /** |
@@ -6,8 +6,6 @@ |
||
| 6 | 6 | use App\Repositories\LotRepository; |
| 7 | 7 | use App\Repositories\ProductsRepository; |
| 8 | 8 | use App\Repositories\PagesRepository; |
| 9 | -use App\Repositories\VendorRepository; |
|
| 10 | -use Illuminate\Http\Request; |
|
| 11 | 9 | |
| 12 | 10 | class PagesController extends Controller |
| 13 | 11 | { |
@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\Controllers; |
| 4 | 4 | |
| 5 | -use App\Http\Requests\ProductCreateRequest; |
|
| 6 | -use App\Http\Requests\ProductUpdateRequest; |
|
| 7 | 5 | use App\Http\Requests\SaveProductRequest; |
| 8 | 6 | use App\Image; |
| 9 | 7 | use App\ImprovedSpec; |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | use App\Repositories\InvolvedRepository; |
| 8 | 8 | use App\Repositories\LotRepository; |
| 9 | 9 | use App\Repositories\SpecPriceRepository; |
| 10 | -use Illuminate\Http\Request; |
|
| 11 | 10 | |
| 12 | 11 | class UsersController extends Controller |
| 13 | 12 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace App\Http\Requests; |
| 4 | 4 | |
| 5 | 5 | use App\Repositories\InvolvedRepository; |
| 6 | -use Illuminate\Support\Facades\Auth; |
|
| 7 | 6 | |
| 8 | 7 | class InvolveProductRequest extends Request |
| 9 | 8 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace App\Http\ViewComposers; |
| 4 | 4 | |
| 5 | -use App\Product; |
|
| 6 | 5 | use App\Repositories\CategoryRepository; |
| 7 | 6 | use App\Repositories\PostsRepository; |
| 8 | 7 | use App\Repositories\ProductsRepository; |