Browse Source

espace

develop
Charly 3 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



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

Loading…
Cancel
Save