ソースを参照

Correctifs

tags/0.1
Guillaume 3年前
コミット
ea26fc7f04
2個のファイルの変更2行の追加2行の削除
  1. +1
    -0
      Controller/Admin/AbstractCrudController.php
  2. +1
    -2
      Resources/views/adminlte/dashboard.html.twig

+ 1
- 0
Controller/Admin/AbstractCrudController.php ファイルの表示

@@ -40,6 +40,7 @@ use Lc\SovBundle\Doctrine\Extension\TreeInterface;
use Lc\SovBundle\Field\CollectionField;
use Lc\SovBundle\Field\GalleryManagerField;
use Lc\SovBundle\Form\Type\Crud\PositionType;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\HttpFoundation\RequestStack;

+ 1
- 2
Resources/views/adminlte/dashboard.html.twig ファイルの表示

@@ -3,7 +3,6 @@
{% block content_title 'SovBundle' %}

{% block main %}
Bien sur votre tableau de bord
Salut !!!
Tableau de bord par défaut.
{% endblock %}


読み込み中…
キャンセル
保存