Skip to content

Commit

Permalink
event重构
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjincheng committed Jun 4, 2019
1 parent 636ae99 commit 6f3c6c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Core/DB/DBInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: 白猫
* Date: 2019/6/4
* Time: 15:45
*/

namespace ESD\Core\DB;


interface DBInterface
{
public function query($query);
}

0 comments on commit 6f3c6c3

Please sign in to comment.