Skip to content

Commit

Permalink
Merge pull request #85 from superdweebie/removeLastORM
Browse files Browse the repository at this point in the history
Remove last ORM. Possible BC break for DoctrineORMModule users
  • Loading branch information
Ocramius committed Sep 30, 2012
2 parents ac19504 + c246075 commit 42e83ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineModule/Options/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Driver extends AbstractOptions
*
* @var string
*/
protected $class = 'Doctrine\ORM\Mapping\Driver\AnnotationDriver';
protected $class;

/**
* All drivers (except DriverChain) require paths to work on. You
Expand Down

0 comments on commit 42e83ff

Please sign in to comment.