@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Afrittella\BackProject\Http\Controllers; |
4 | 4 | |
5 | -use Afrittella\BackProject\Exceptions\NotFoundException; |
|
6 | 5 | use Afrittella\BackProject\Http\Requests\AttachmentAdd; |
7 | 6 | use Afrittella\BackProject\Repositories\Attachments; |
8 | 7 | use Afrittella\BackProject\Repositories\Criteria\Attachments\ByUser; |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Afrittella\BackProject\Traits; |
2 | 2 | |
3 | 3 | use Afrittella\BackProject\Models\Attachment; |
4 | -use Illuminate\Support\Facades\Storage; |
|
5 | 4 | |
6 | 5 | trait Attachable |
7 | 6 | { |