diff --git a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php b/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php deleted file mode 100644 index b77cbfa..0000000 --- a/src/Skobkin/Bundle/PointToolsBundle/Command/UpdatePostsCommand.php +++ /dev/null @@ -1,40 +0,0 @@ -setName('point:messages:receive') - ->setDescription('Receives last posts and comments and saves them to the database') - ; - } - - /** - * @param Input $input - * @param Output $output - * @return bool - */ - protected function execute(InputInterface $input, OutputInterface $output) - { - $log = $this->getContainer()->get('logger'); - - $log->info('UpdateSubscriptionsCommand started.'); - - /** @var UserApi $api */ - $api = $this->getContainer()->get('skobkin_point_tools.api_user'); - - // @todo - } -} \ No newline at end of file