diff --git a/app/Models/ObjectGroup.php b/app/Models/ObjectGroup.php index 55e80d82d4..a00f35d020 100644 --- a/app/Models/ObjectGroup.php +++ b/app/Models/ObjectGroup.php @@ -31,7 +31,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; */ class ObjectGroup extends Model { - protected $fillable = ['title', 'order']; + protected $fillable = ['title', 'order', 'user_id']; /** * @return \Illuminate\Database\Eloquent\Relations\MorphToMany