Add content🆕talk command
This commit is contained in:
parent
6083b78a7c
commit
d8e75fe3fb
7 changed files with 251 additions and 1 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue