fixed MCBBS#733

This commit is contained in:
printempw 2016-04-02 18:16:38 +08:00
parent 3547c1b3c4
commit 751606c336

View File

@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-03-18 16:53:55
* @Last Modified by: printempw
* @Last Modified time: 2016-03-26 22:28:23
* @Last Modified time: 2016-04-02 18:13:50
*/
namespace Database;
@ -11,7 +11,7 @@ namespace Database;
use Database\Database;
use Database\EncryptInterface;
use Database\SyncInterface;
use Config;
use Option;
class AdaptedDatabase extends Database implements EncryptInterface, SyncInterface
{