浏览代码

Renomage du bundle

master
Fab 3 年前
父节点
当前提交
bb0089cc23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      config/bundles.php

+ 1
- 1
config/bundles.php 查看文件

@@ -12,7 +12,7 @@ return [
Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
Lc\SovBundle\SovBundle::class => ['all' => true],
Lc\SovBundle\LcSovBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],

正在加载...
取消
保存