add static azmayesh fields
This commit is contained in:
@@ -20,6 +20,6 @@ class AzmayeshType extends Model
|
||||
|
||||
public function azmayeshFields(): BelongsToMany
|
||||
{
|
||||
return $this->belongsToMany(AzmayeshField::class);
|
||||
return $this->belongsToMany(AzmayeshField::class,'azmayesh_field_azmayesh_type');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user