feat: implement tenant update request validation and add feature tests for domain bootstrapping
This commit is contained in:
@@ -27,6 +27,11 @@ class Tenant extends Model
|
||||
use HasAttachments;
|
||||
use HasFactory;
|
||||
|
||||
public function getRouteKeyName(): string
|
||||
{
|
||||
return 'codigo';
|
||||
}
|
||||
|
||||
/**
|
||||
* @return BelongsTo<Attachment, $this>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user