Merge pull request #3 from glmdev/pr/3

updated to latest foundation release
master
glmdev 8 years ago committed by GitHub
commit 39df3822d3

@ -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…
Cancel
Save