Passed
Push — master ( d5f490...cc6819 )
by
unknown
04:47
created
app/Http/Controllers/ArticleController.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use Carbon\Carbon;
7
-Use Illuminate\Support\Facades\Storage;
7
+use Illuminate\Support\Facades\Storage;
8 8
 use Illuminate\Support\Facades\Auth;
9 9
 use App\Articles;
10 10
 use App\Admin;
Please login to merge, or discard this patch.