Ventas->Listado->Ventas
This commit is contained in:
@ -15,4 +15,8 @@ class Provincia extends Model
|
||||
'region' => $this->region
|
||||
]);
|
||||
}
|
||||
public function __toString(): string
|
||||
{
|
||||
return implode(', ', [$this->descripcion, '' . $this->region]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user