mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Compiles with ticket bundle
This commit is contained in:
0
src/Bundle/ChillTicketBundle/config/routes.yaml
Normal file
0
src/Bundle/ChillTicketBundle/config/routes.yaml
Normal file
1
src/Bundle/ChillTicketBundle/config/services.yaml
Normal file
1
src/Bundle/ChillTicketBundle/config/services.yaml
Normal file
@@ -0,0 +1 @@
|
||||
services:
|
@@ -11,7 +11,7 @@ class ChillTicketExtension extends Extension
|
||||
{
|
||||
public function load(array $configs, ContainerBuilder $container)
|
||||
{
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../config'));
|
||||
$loader->load('services.yml');
|
||||
$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../../config'));
|
||||
$loader->load('services.yaml');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user