Refactor talks to be a lot simpler
This commit is contained in:
parent
42fd848581
commit
607f56e8c7
75 changed files with 390 additions and 980 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
use FormatTalksBundle\SculpinFormatTalksBundle;
|
||||
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
|
||||
|
@ -17,8 +16,6 @@ class SculpinKernel extends AbstractKernel
|
|||
SculpinContentGeneratorBundle::class,
|
||||
SculpinGistEmbedBundle::class,
|
||||
SculpinTwigMarkdownBundle::class,
|
||||
|
||||
SculpinFormatTalksBundle::class,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue