Skip to content

Commit

Permalink
DI not ID container
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Dec 8, 2020
1 parent 82d5e26 commit 34295f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ $packageProviderFactory->registerPackage( new FunctionPackageDescriptor('\Convo\
);
}));

// example with class based factory - requires ID container!
// example with class based factory - requires DI container!
$packageProviderFactory->registerPackage( new ClassPackageDescriptor('\Convo\Pckg\Trivia\TriviaPackageDefinition', $container));
```

Expand Down

0 comments on commit 34295f8

Please sign in to comment.