Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi committed Apr 13, 2017
1 parent cd19f9a commit af93d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Form/Extension/DoctrineOrmExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DoctrineOrmExtension extends AbstractTypeExtension

public function __construct(EntityManager $em)
{
$this->em;
$this->em = $em;
}

/**
Expand Down

0 comments on commit af93d00

Please sign in to comment.