Browse Source

#10 issues fix

moell 7 years ago
parent
commit
dca3dc45f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/TagController.php

+ 1 - 0
app/Http/Controllers/TagController.php

@@ -2,6 +2,7 @@
 
 namespace App\Http\Controllers;
 
+use App\Models\Tag;
 
 class TagController extends Controller
 {