|
|
@ -5,12 +5,12 @@ namespace App\Models; |
|
|
|
use App\Models\File; |
|
|
|
use App\Models\Model; |
|
|
|
use App\Models\SoftDeletes; |
|
|
|
use App\Models\ReportableRelation; |
|
|
|
use Illuminate\Notifications\Notifiable; |
|
|
|
use Illuminate\Validation\Rule; |
|
|
|
use Illuminate\Http\UploadedFile; |
|
|
|
use Spatie\MediaLibrary\HasMedia; |
|
|
|
use App\Models\ReportableRelation; |
|
|
|
use Illuminate\Auth\Authenticatable; |
|
|
|
use Illuminate\Notifications\Notifiable; |
|
|
|
use Spatie\MediaLibrary\InteractsWithMedia; |
|
|
|
use Illuminate\Foundation\Auth\Access\Authorizable; |
|
|
|
use Spatie\MediaLibrary\MediaCollections\Models\Media; |
|
|
|