Refactored Database.

This commit is contained in:
Dmitry Khomutov 2018-03-04 15:34:19 +07:00
commit e23ad3237a
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
16 changed files with 26 additions and 25 deletions

View file

@ -3,7 +3,7 @@
namespace PHPCensor\Store;
use PHPCensor\Store;
use b8\Database;
use PHPCensor\Database;
use PHPCensor\Model\BuildMeta;
use b8\Exception\HttpException;