@@ -9,7 +9,7 @@ |
||
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', [ |