This commit is contained in:
2021-02-25 18:32:02 +08:00
parent 1759cc6696
commit 0615af266f
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Database\Orm;
use Database\Builder;
use Database\Traits\Builder;
use Exception;
/**