add static azmayesh fields
This commit is contained in:
@@ -16,4 +16,9 @@ class Azmayesh extends Model
|
||||
{
|
||||
return $this->hasMany(AzmayeshSample::class);
|
||||
}
|
||||
|
||||
public function getRouteKeyName(): string
|
||||
{
|
||||
return 'id';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user