Remove bundle, add services in sculpin_kernel.yml

This commit is contained in:
Oliver Davies 2019-09-30 18:33:28 +01:00
parent 278c7a1d44
commit ed4133b573
13 changed files with 341 additions and 479 deletions

View file

@ -1,6 +1,5 @@
<?php
use App\Talks\SculpinTalksBundle;
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,
SculpinTalksBundle::class,
];
}
}