Add content🆕talk command

This commit is contained in:
Oliver Davies 2018-07-25 22:44:11 +01:00
parent 6083b78a7c
commit d8e75fe3fb
7 changed files with 251 additions and 1 deletions

View file

@ -5,6 +5,7 @@ use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
use WebsiteBundle\SculpinWebsiteBundle;
class SculpinKernel extends AbstractKernel
{
@ -19,6 +20,7 @@ class SculpinKernel extends AbstractKernel
SculpinTwigMarkdownBundle::class,
SculpinFormatTalksBundle::class,
SculpinWebsiteBundle::class,
];
}
}