Skip to content

Commit 1c74b13

Browse files
committed
Added fillable properties for adding Tag Type
1 parent 2c76915 commit 1c74b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/TagType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TagType extends Model implements HasCode
4242

4343
protected $translatable = ['name'];
4444

45-
public $guarded = [];
45+
public $fillable = ['is_default_type', 'colour', 'icon'];
4646

4747
protected static function booted(): void
4848
{

0 commit comments

Comments
 (0)