Skip to content

Commit eb4a8e1

Browse files
committed
Removed AcmeDemoBundle
1 parent da914fb commit eb4a8e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/SymfonyStandard/RootPackageInstallSubscriber.php

-6
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818

1919
class RootPackageInstallSubscriber implements EventSubscriberInterface
2020
{
21-
public static function installAcmeDemoBundle(CommandEvent $event)
22-
{
23-
ScriptHandler::installAcmeDemoBundle($event);
24-
}
25-
2621
public static function setupNewDirectoryStructure(CommandEvent $event)
2722
{
2823
ScriptHandler::defineDirectoryStructure($event);
@@ -33,7 +28,6 @@ public static function getSubscribedEvents()
3328
return array(
3429
ScriptEvents::POST_INSTALL_CMD => array(
3530
array('setupNewDirectoryStructure', 512),
36-
array('installAcmeDemoBundle', 0)
3731
),
3832
);
3933
}

0 commit comments

Comments
 (0)