Completed
Push — master ( be44c5...20f323 )
by Jan
07:43
created
app/Http/Controllers/Media/ImageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
app/Http/routes.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,8 +153,8 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.