Completed
Push — dev ( 93901c...77b899 )
by Zach
03:48
created
src/Http/ViewComposers/GlobalComposer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
         $pages = $user ? Page::all() : collect([]);
24 24
 
25 25
         $view->with('navProjects', $projects)
26
-             ->with('navPages', $pages);
26
+                ->with('navPages', $pages);
27 27
     }
28 28
 }
Please login to merge, or discard this patch.
src/Http/Controllers/ImageController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Illuminate\Http\Request;
7 7
 use Illuminate\Support\Facades\Storage;
8 8
 use Larafolio\Http\Content\ContentImages;
9
-use Intervention\Image\Facades\Image as Intervention;
10 9
 
11 10
 class ImageController extends Controller
12 11
 {
Please login to merge, or discard this patch.