Auth, Login, Home, Venta->Listados->Precios
This commit is contained in:
8
app/common/Define/Model.php
Normal file
8
app/common/Define/Model.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define;
|
||||
|
||||
use JsonSerializable;
|
||||
|
||||
interface Model extends JsonSerializable
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user