Start
This commit is contained in:
11
src/Database/Database_Table.php
Normal file
11
src/Database/Database_Table.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace RomhackPlaza\Database;
|
||||
defined( 'ABSPATH' ) || exit;
|
||||
|
||||
interface Database_Table {
|
||||
|
||||
public static function create_table();
|
||||
public static function verify_table();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user