Skip to content

Commit

Permalink
changes ExtensionInterface to ServiceProviderInterface to be inline w…
Browse files Browse the repository at this point in the history
…ith the Silex changes
  • Loading branch information
shawjb committed Nov 8, 2011
1 parent 067209c commit e570739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Nutwerk/Extension/DoctrineORMExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 16,9 @@
use Doctrine\Common\EventManager;

use Silex\Application;
use Silex\ExtensionInterface;
use Silex\ServiceProviderInterface;

class DoctrineORMExtension implements ExtensionInterface
class DoctrineORMExtension implements ServiceProviderInterface
{
public function register(Application $app)
{
Expand Down

0 comments on commit e570739

Please sign in to comment.