Auto stash before merge of "main" and "origin/main"
This commit is contained in:
10
src/Database/DatabaseInterface.php
Normal file
10
src/Database/DatabaseInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Hpz937\BillReminder\Database;
|
||||
|
||||
interface DatabaseInterface
|
||||
{
|
||||
public function connect();
|
||||
public function query(string $query, array $params = []);
|
||||
public function close();
|
||||
}
|
||||
Reference in New Issue
Block a user