Echo the URL after creating the feed
This commit is contained in:
parent
e5e9cd91b0
commit
4302fb9e8e
@ -66,6 +66,9 @@ class TestFeed extends Command
|
||||
$this->em->persist($feed);
|
||||
$this->em->flush();
|
||||
|
||||
$output->writeln("Feed created!");
|
||||
$output->writeln("Access your feed at /feed/$feed->id");
|
||||
|
||||
return Command::SUCCESS;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user