Skip to content

Commit

Permalink
Merge pull request #5 from thecodingmachine/nguyenk-patch-1
Browse files Browse the repository at this point in the history
Fixing ContainerInterface namespace (use PSR and not container-interop)
  • Loading branch information
nguyenk authored Dec 14, 2017
2 parents 4757c35 + 6f8a38a commit 8923aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbalServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Driver;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;
use TheCodingMachine\Funky\Annotations\Factory;
use TheCodingMachine\Funky\ServiceProvider;

Expand Down

0 comments on commit 8923aac

Please # to comment.