Auth, Login, Home, Venta->Listados->Precios
This commit is contained in:
8
app/common/Define/Database.php
Normal file
8
app/common/Define/Database.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define;
|
||||
|
||||
interface Database
|
||||
{
|
||||
public function getDSN(): string;
|
||||
public function needsUser(): bool;
|
||||
}
|
Reference in New Issue
Block a user