This commit is contained in:
Ludovic CANDELLIER
2021-04-05 22:55:34 +02:00
parent f99b81544f
commit 70190cc1c9
5 changed files with 6 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ class TagGroup extends Model
{
protected $guarded = ['id'];
protected $table = 'tag_groups';
public $timestamps = false;
public function tags()
{