浏览代码

espace

develop
Charly 2 年前
父节点
当前提交
851bd7e3ce
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. +0
    -0
      DependencyInjection/Configuration.php
  2. +0
    -0
      DependencyInjection/LcPietroExtension.php
  3. +4
    -4
      LcPietroBundle.php

+ 0
- 0
DependencyInjection/Configuration.php 查看文件


+ 0
- 0
DependencyInjection/LcPietroExtension.php 查看文件


+ 4
- 4
LcPietroBundle.php 查看文件

@@ -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();
}
}

正在加载...
取消
保存