migrate to gtea from bistbucket
This commit is contained in:
8
public/restaurant/app/Interfaces/DBPrepareInterface.php
Normal file
8
public/restaurant/app/Interfaces/DBPrepareInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
interface DBPrepareInterface
|
||||
{
|
||||
public function prepareForDB(array $data): array;
|
||||
}
|
||||
Reference in New Issue
Block a user