We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3afc8b + f21fd45 commit 25628e4Copy full SHA for 25628e4
src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
@@ -42,7 +42,7 @@ class DoctrineOrmServiceProvider
42
{
43
public function register(\Pimple $app)
44
45
- foreach ($this->getOrmDefaults($app) as $key => $value) {
+ foreach ($this->getOrmDefaults() as $key => $value) {
46
if (!isset($app[$key])) {
47
$app[$key] = $value;
48
}
@@ -410,7 +410,7 @@ public function register(\Pimple $app)
410
*
411
* @return array
412
*/
413
- protected function getOrmDefaults(\Pimple $app)
+ protected function getOrmDefaults()
414
415
return array(
416
'orm.proxies_dir' => __DIR__.'/../../../../../../../../cache/doctrine/proxies',
0 commit comments