@@ -23,6 +23,6 @@ |
||
| 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 | } |
@@ -6,7 +6,6 @@ |
||
| 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 | { |