Merge pull request #3 from glmdev/pr/3

updated to latest foundation release
This commit is contained in:
glmdev 2016-06-26 00:17:48 -05:00 committed by GitHub
commit 39df3822d3

View File

@ -2,14 +2,14 @@
namespace Glmdev\Meta;
use Glmdev\Foundation\FoundationModel;
use Glmdev\Foundation\Contracts\AbstractlyRoutedModelContract as ModelForm;
use Glmdev\Meta\Contracts\MetaContract;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Schema\Blueprint;
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.