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.
1 parent 3e5aaad commit f21fd45Copy full SHA for f21fd45
src/Dflydev/Pimple/Provider/DoctrineOrm/DoctrineOrmServiceProvider.php
@@ -38,7 +38,7 @@ class DoctrineOrmServiceProvider
38
{
39
public function register(\Pimple $app)
40
41
- foreach ($this->getOrmDefaults($app) as $key => $value) {
+ foreach ($this->getOrmDefaults() as $key => $value) {
42
if (!isset($app[$key])) {
43
$app[$key] = $value;
44
}
@@ -375,7 +375,7 @@ public function register(\Pimple $app)
375
*
376
* @return array
377
*/
378
- protected function getOrmDefaults(\Pimple $app)
+ protected function getOrmDefaults()
379
380
return array(
381
'orm.proxies_dir' => __DIR__.'/../../../../../../../../cache/doctrine/proxies',
0 commit comments