Skip to content

Commit

Permalink
fixes error with new image upload routes
Browse files Browse the repository at this point in the history
  • Loading branch information
TJTorola committed Aug 8, 2016
1 parent 736d207 commit 70830b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Requests/Images/StoreRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Http\Requests\Image;
namespace App\Http\Requests\Images;

use App\Http\Requests\Request;

Expand Down

0 comments on commit 70830b0

Please sign in to comment.