Skip to content

Commit

Permalink
Fix assert (#37)
Browse files Browse the repository at this point in the history
* Fix assert

* Fix assert
  • Loading branch information
larowlan authored Dec 1, 2022
1 parent dc28919 commit 40d9f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storage/DbalNestedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace PNX\NestedSet\Storage;

use Doctrine\DBAL\Driver\Result;
use Doctrine\DBAL\Result;
use PNX\NestedSet\NestedSetInterface;
use PNX\NestedSet\Node;
use PNX\NestedSet\NodeKey;
Expand Down

0 comments on commit 40d9f21

Please # to comment.