Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/froschdesign/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ public function configureDefinition(Di $di, $definition)
switch ($definitionType) {
case 'compiler':
// @todo
break;
case 'runtime':
// @todo
break;
case 'class':
foreach ($definitionData as $className => $classData) {
$classDefinitions = $di->definitions()->getDefinitionsByType('Zend\Di\Definition\ClassDefinition');
Expand Down

0 comments on commit 20961e5

Please sign in to comment.