This commit is contained in:
Simon Vieille 2015-07-14 01:28:36 +02:00
parent 30062a7987
commit e3dadd1dae
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Command\Command;
use Exception;
class ListCommand extends Command
class StreamsCommand extends Command
{
protected function configure()
{

View file

@ -47,7 +47,6 @@ class LiveCoding
public function getStreams($language = null, $difficulty = null)
{
$content = file_get_contents($this->app->buildUrl(sprintf(
'livestreams/%s%s',
$language !== null ? $language.'/' : 'all',