Fixed missing use statement.
This commit is contained in:
parent
16ea495c7a
commit
85b629bc08
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
namespace Misuzu\Home;
|
namespace Misuzu\Home;
|
||||||
|
|
||||||
|
use RuntimeException;
|
||||||
use Index\DateTime;
|
use Index\DateTime;
|
||||||
use Index\Data\DbTools;
|
use Index\Data\DbTools;
|
||||||
use Index\Data\IDbConnection;
|
use Index\Data\IDbConnection;
|
||||||
|
|
Loading…
Reference in a new issue