소스 검색

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 %}


Loading…
취소
저장