*/ use HasFactory; public function decisions(): BelongsToMany { return $this->belongsToMany(\App\Models\Decision::class); } }