Commit d878520c by Tobias Munk

fixed formatting

parent 31d9cbd9
...@@ -64,8 +64,8 @@ class InstallHandler ...@@ -64,8 +64,8 @@ class InstallHandler
public static function run($event) public static function run($event)
{ {
$options = array_merge(array( $options = array_merge(array(
'run' => array(), 'run' => array(),
), $event->getComposer()->getPackage()->getExtra()); ), $event->getComposer()->getPackage()->getExtra());
$appPath = realpath(__DIR__ . '/../../../../..'); $appPath = realpath(__DIR__ . '/../../../../..');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment