Test Setup Failed
Push — master ( acfc24...9b7451 )
by Marcel
03:57
created
app/Http/Controllers/TaggingController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class TaggingController extends Controller
11 11
 {
12
-    public function index($orderby = 'tag', $direction = 'asc'){
12
+    public function index($orderby = 'tag', $direction = 'asc') {
13 13
         $tags = Tag::all()->sortBy('title');
14 14
 
15 15
         return view('tags.index', [
Please login to merge, or discard this patch.