mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
Add user id.
This commit is contained in:
parent
c036c5a2bc
commit
c40f6f2864
@ -31,7 +31,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
|||||||
*/
|
*/
|
||||||
class ObjectGroup extends Model
|
class ObjectGroup extends Model
|
||||||
{
|
{
|
||||||
protected $fillable = ['title', 'order'];
|
protected $fillable = ['title', 'order', 'user_id'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Illuminate\Database\Eloquent\Relations\MorphToMany
|
* @return \Illuminate\Database\Eloquent\Relations\MorphToMany
|
||||||
|
Loading…
Reference in New Issue
Block a user