Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Mar 31, 2020
1 parent a66a4c1 commit 17a2c4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/BaseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@

namespace Simps\DB;

use PDO;
use Exception;
use InvalidArgumentException;
use PDO;
use RuntimeException;

/*!
* Medoo database framework
Expand Down
2 changes: 0 additions & 2 deletions src/BaseRedis.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

namespace Simps\DB;

use RuntimeException;

class BaseRedis
{
protected $pool;
Expand Down

0 comments on commit 17a2c4d

Please sign in to comment.