changes
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user