Completed
Push — master ( 6e3948...ed0f7e )
by Christopher
01:15
created
src/Controllers/PostController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 use Chriscreates\Blog\Requests\ValidatePostRequest;
10 10
 use Chriscreates\Blog\Tag;
11 11
 use Illuminate\Http\JsonResponse;
12
-use Illuminate\Http\Request;
13
-use Illuminate\Support\Facades\Storage;
14 12
 
15 13
 class PostController extends Controller
16 14
 {
Please login to merge, or discard this patch.