write test for azmayesh type entity

This commit is contained in:
2024-11-17 14:13:25 +03:30
parent 117bf0269e
commit a84b1f9469
14 changed files with 588 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ class AzmayeshField extends Model
use HasFactory;
protected $guarded = [];
protected $hidden = ['pivot'];
protected function option(): Attribute
{

View File

@@ -12,6 +12,7 @@ class AzmayeshType extends Model
use HasFactory;
protected $guarded = [];
protected $hidden = ['pivot'];
public function azmayeshes(): HasMany
{