updated to latest foundation release
This commit is contained in:
parent
f6d1770735
commit
b81f2cb93a
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
namespace Glmdev\Meta;
|
namespace Glmdev\Meta;
|
||||||
|
|
||||||
use Glmdev\Foundation\FoundationModel;
|
use Glmdev\Foundation\Contracts\AbstractlyRoutedModelContract as ModelForm;
|
||||||
use Glmdev\Meta\Contracts\MetaContract;
|
use Glmdev\Meta\Contracts\MetaContract;
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
use Illuminate\Database\Eloquent\Model;
|
||||||
use Illuminate\Database\Schema\Blueprint;
|
use Illuminate\Database\Schema\Blueprint;
|
||||||
use Ramsey\Uuid\Uuid;
|
use Ramsey\Uuid\Uuid;
|
||||||
|
|
||||||
class Meta extends Model implements FoundationModel, MetaContract
|
class Meta extends Model implements ModelForm, MetaContract
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Allow the changing of the meta and uuid database fields.
|
* Allow the changing of the meta and uuid database fields.
|
||||||
|
Loading…
Reference in New Issue
Block a user