@@ -1,7 +1,6 @@ |
||
| 1 | 1 | <?php namespace Cviebrock\EloquentTaggable; |
| 2 | 2 | |
| 3 | 3 | use Cviebrock\EloquentTaggable\Exceptions\NoTagsSpecifiedException; |
| 4 | -use Cviebrock\EloquentTaggable\Models\Tag; |
|
| 5 | 4 | use Cviebrock\EloquentTaggable\Services\TagService; |
| 6 | 5 | use Illuminate\Database\Eloquent\Builder; |
| 7 | 6 | use Illuminate\Database\Eloquent\Collection; |