Browse Source

espace

develop
Charly 2 years ago
parent
commit
851bd7e3ce
3 changed files with 4 additions and 4 deletions
  1. +0
    -0
      DependencyInjection/Configuration.php
  2. +0
    -0
      DependencyInjection/LcPietroExtension.php
  3. +4
    -4
      LcPietroBundle.php

+ 0
- 0
DependencyInjection/Configuration.php View File


+ 0
- 0
DependencyInjection/LcPietroExtension.php View File


+ 4
- 4
LcPietroBundle.php View File

@@ -7,8 +7,8 @@ use Symfony\Component\HttpKernel\Bundle\Bundle;

class LcPietroBundle extends Bundle
{
public function getContainerExtension()
{
return new LcPietroExtension();
}
public function getContainerExtension()
{
return new LcPietroExtension();
}
}

Loading…
Cancel
Save