Completed
Push — master ( f0ae9a...e62c50 )
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.
src/Controllers/TagController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Chriscreates\Blog\Requests\ValidateTagRequest;
6 6
 use Chriscreates\Blog\Tag;
7 7
 use Illuminate\Http\JsonResponse;
8
-use Illuminate\Http\Request;
9 8
 
10 9
 class TagController extends Controller
11 10
 {
Please login to merge, or discard this patch.