Skip to content

Commit

Permalink
不要コメントと不要useを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
yKazihara committed Mar 16, 2021
1 parent fff7dc4 commit 5a9aae8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -56,9 +56,6 @@ public function index(Request $request)

$form = $builder->getForm();

// TODO 日付が重複してたらエラーにしたい


$mode = $request->get('mode');
if ($mode != 'edit_inline') {
$form->handleRequest($request);
Expand Down
2 changes: 0 additions & 2 deletions src/Eccube/Form/Type/Admin/CalendarType.php
Expand Up @@ -16,9 +16,7 @@
use Eccube\Common\EccubeConfig;
use Eccube\Entity\Calendar;
use Eccube\Repository\CalendarRepository;
use Eccube\Repository\TaxRuleRepository;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\Extension\Core\Type\DateType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
Expand Down

0 comments on commit 5a9aae8

Please sign in to comment.