Removed from database
This commit is contained in:
parent
a5429b7ead
commit
a24e0569da
|
@ -1,16 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
namespace database\repo;
|
|
||||||
use \database\core\DatabaseDriver;
|
|
||||||
use \database\core\Repo;
|
|
||||||
use \manager\repo\cluster as clusterRepo;
|
|
||||||
|
|
||||||
class pin_merge extends parentRepo{
|
|
||||||
|
|
||||||
protected static function table_name(){ static $table_name = 'pin_merge'; return $table_name; }
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
Loading…
Reference in New Issue