write test for azmayesh type entity
This commit is contained in:
@@ -12,6 +12,7 @@ class AzmayeshField extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [];
|
||||
protected $hidden = ['pivot'];
|
||||
|
||||
protected function option(): Attribute
|
||||
{
|
||||
|
||||
@@ -12,6 +12,7 @@ class AzmayeshType extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [];
|
||||
protected $hidden = ['pivot'];
|
||||
|
||||
public function azmayeshes(): HasMany
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user