Skip to content

Commit 50ab5a1

Browse files
committed
Adding missing use statement in DaoFactory
1 parent 4d95cde commit 50ab5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Utils/TDBMDaoGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ private function generateFactory(array $tableList) : void
299299
300300
namespace {$daoNamespace}\\Generated;
301301
302+
use Psr\Container\ContainerInterface;
302303
";
303304
foreach ($tableList as $table) {
304305
$tableName = $table->getName();

0 commit comments

Comments
 (0)