Add Schedule bundle
This commit is contained in:
parent
9ed1314762
commit
52f909da6d
7 changed files with 127 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use App\Schedule\SculpinScheduleBundle;
|
||||
use App\Speakers\SculpinSpeakersBundle;
|
||||
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
|
||||
|
||||
|
@ -8,6 +9,7 @@ class SculpinKernel extends AbstractKernel
|
|||
protected function getAdditionalSculpinBundles(): array
|
||||
{
|
||||
return [
|
||||
SculpinScheduleBundle::class,
|
||||
SculpinSpeakersBundle::class,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue