Facturacion
This commit is contained in:
15
app/common/Define/Query.php
Normal file
15
app/common/Define/Query.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Incoviba\Common\Define;
|
||||
|
||||
interface Query
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function build(): string;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function __toString(): string;
|
||||
}
|
Reference in New Issue
Block a user