updated model stub
This commit is contained in:
parent
20b20c28fd
commit
0582b54e97
@ -4,5 +4,6 @@ namespace DummyNamespace;
|
|||||||
|
|
||||||
class DummyClass extends \Glmdev\Meta\Meta
|
class DummyClass extends \Glmdev\Meta\Meta
|
||||||
{
|
{
|
||||||
//
|
// the fields 'meta' and 'uuid' must be fillable
|
||||||
|
protected $fillable = ['meta', 'uuid'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user