Re-organise talks
This commit is contained in:
parent
e0e93e4fe5
commit
b60fb6038e
11 changed files with 192 additions and 12 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
use App\FormatTalks\FormatTalksBundle;
|
||||
use App\FormatTalks\SculpinFormatTalksBundle;
|
||||
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
|
||||
|
@ -19,6 +21,8 @@ class SculpinKernel extends AbstractKernel
|
|||
SculpinContentGeneratorBundle::class,
|
||||
SculpinGistEmbedBundle::class,
|
||||
SculpinTwigMarkdownBundle::class,
|
||||
|
||||
SculpinFormatTalksBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue