|
@@ -41,9 +41,9 @@ |
|
|
block discarded – undo |
|
41
|
41
|
use Symfony\Component\Console\Style\SymfonyStyle; |
|
42
|
42
|
|
|
43
|
43
|
class BoneUserPackage implements RegistrationInterface, RouterConfigInterface, I18nRegistrationInterface, |
|
44
|
|
- AssetRegistrationInterface, ViewRegistrationInterface, CommandRegistrationInterface, |
|
45
|
|
- FixtureProviderInterface, AdminPanelProviderInterface, DefaultSettingsProviderInterface, |
|
46
|
|
- DependentPackagesProviderInterface |
|
|
44
|
+ AssetRegistrationInterface, ViewRegistrationInterface, CommandRegistrationInterface, |
|
|
45
|
+ FixtureProviderInterface, AdminPanelProviderInterface, DefaultSettingsProviderInterface, |
|
|
46
|
+ DependentPackagesProviderInterface |
|
47
|
47
|
{ |
|
48
|
48
|
public function addToContainer(Container $c) |
|
49
|
49
|
{ |
Please login to merge, or discard this patch.