Skip to content

Commit 7765e11

Browse files
committed
fix: LogLevel import
1 parent ce8d943 commit 7765e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace Laudis\Neo4j\Bolt;
1515

16-
use _PHPStan_9815bbba4\Psr\Log\LogLevel;
1716
use Exception;
1817
use Laudis\Neo4j\Common\GeneratorHelper;
1918
use Laudis\Neo4j\Common\Neo4jLogger;
@@ -32,6 +31,7 @@
3231
use Laudis\Neo4j\Exception\Neo4jException;
3332
use Laudis\Neo4j\Neo4j\Neo4jConnectionPool;
3433
use Laudis\Neo4j\Types\CypherList;
34+
use Psr\Log\LogLevel;
3535

3636
/**
3737
* A session using bolt connections.

0 commit comments

Comments
 (0)