diff --git a/Command/ServerCommand.php b/Command/ServerCommand.php index 047552c..f73d253 100644 --- a/Command/ServerCommand.php +++ b/Command/ServerCommand.php @@ -20,7 +20,7 @@ protected function configure() protected function execute(InputInterface $input, OutputInterface $output) { - $main = $this->getContainer()->get("JDare_clank.entry_point"); + $main = $this->getContainer()->get("jdare_clank.entry_point"); $output->writeln("Starting Clank"); @@ -29,4 +29,4 @@ protected function execute(InputInterface $input, OutputInterface $output) $main->launch(); } -} \ No newline at end of file +}