changes
This commit is contained in:
@@ -13,6 +13,8 @@ class Decision extends Model
|
||||
/** @use HasFactory<\Database\Factories\DecisionFactory> */
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = ['name', 'color_tag'];
|
||||
|
||||
public function actions(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(\App\Models\Action::class);
|
||||
|
||||
Reference in New Issue
Block a user