Skip to content

Commit

Permalink
OrmExtension: method visibility consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Jul 4, 2015
1 parent 2569253 commit c4839d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kdyby/Doctrine/DI/OrmExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ protected function processEntityManager($name, array $defaults)



private function processSecondLevelCache($name, array $config, $isDefault)
protected function processSecondLevelCache($name, array $config, $isDefault)
{
if (!$config['enabled']) {
return;
Expand Down

0 comments on commit c4839d9

Please sign in to comment.