@@ -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; |
@@ -153,8 +153,8 @@ |
||
| 153 | 153 | ]]); |
| 154 | 154 | |
| 155 | 155 | /** |
| 156 | - * Advertising |
|
| 157 | - */ |
|
| 156 | + * Advertising |
|
| 157 | + */ |
|
| 158 | 158 | Route::resource('advert', 'Admin\AdvertController', ['names' => [ |
| 159 | 159 | 'index' => 'advert.index', |
| 160 | 160 | 'create' => 'advert.create', |