Remove spatie’s media library package
This commit is contained in:
parent
3f52ca8625
commit
206a64ed4b
4 changed files with 2 additions and 460 deletions
|
@ -9,15 +9,12 @@ use Illuminate\Database\Eloquent\Model;
|
|||
use Jonnybarnes\EmojiA11y\EmojiModifier;
|
||||
use League\CommonMark\CommonMarkConverter;
|
||||
use Illuminate\Database\Eloquent\SoftDeletes;
|
||||
use Spatie\MediaLibrary\HasMedia\HasMediaTrait;
|
||||
use Spatie\MediaLibrary\HasMedia\Interfaces\HasMedia;
|
||||
use Illuminate\Database\Eloquent\ModelNotFoundException;
|
||||
|
||||
class Note extends Model implements HasMedia
|
||||
class Note extends Model
|
||||
{
|
||||
use Searchable;
|
||||
use SoftDeletes;
|
||||
use HasMediaTrait;
|
||||
|
||||
/**
|
||||
* The database table used by the model.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue