This commit is contained in:
Simon Pocrnjič
2025-09-26 06:02:59 +02:00
parent a8383d3a69
commit d17e34941b
11 changed files with 552 additions and 30 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class Action extends Model
use HasFactory;
use Searchable;
protected $fillable = ['name', 'color_tag'];
protected $fillable = ['name', 'color_tag', 'segment_id'];
public function decisions(): BelongsToMany
{