Skip to content

Commit cc8c017

Browse files
committed
Fix for use exception
1 parent e785a1b commit cc8c017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/SQLQueryManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
namespace Beeflow\SQLQueryManager\Lib;
1111

12+
use Beeflow\SQLQueryManager\Exception\EmptyQueryException;
13+
use Beeflow\SQLQueryManager\Exception\NoQueryException;
1214
use Symfony\Component\DependencyInjection\ContainerInterface;
1315

1416
class SQLQueryManager

0 commit comments

Comments
 (0)