Skip to content

Commit

Permalink
Removed Magerun StateMachine Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Bosco van Hoi committed Feb 18, 2016
1 parent d3d2331 commit e276a61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function execute(

// $input_interface = new \Mothership\Component\Feed\Input\InputMysqlData($this->_getDatabaseConnection());

$stateMachine = new \Mothership\Magerun\StateMachine\StateMachine($input_path . '/' . $filename);
$stateMachine = new \Mothership\StateMachine\StateMachine($input_path . '/' . $filename);
$output->writeln('<comment>Create PNG in in: ' . $input_path . '/' . $filename .'.png </comment>');
$stateMachine->renderGraph($input_path . '/' . $filename .'.png');
};
Expand Down

0 comments on commit e276a61

Please sign in to comment.