updated model stub

This commit is contained in:
glmdev 2016-12-30 19:02:32 +00:00
parent 20b20c28fd
commit 0582b54e97

View File

@ -4,5 +4,6 @@ namespace DummyNamespace;
class DummyClass extends \Glmdev\Meta\Meta
{
//
// the fields 'meta' and 'uuid' must be fillable
protected $fillable = ['meta', 'uuid'];
}