Просмотр исходного кода

Essai injection de dépendances

packProduct
Guillaume 3 лет назад
Родитель
Сommit
9cd5fc53f3
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      Controller/Setting/SettingAdminController.php
  2. +1
    -1
      Repository/Reminder/TicketStore.php

+ 1
- 1
Controller/Setting/SettingAdminController.php Просмотреть файл

@@ -105,7 +105,7 @@ class SettingAdminController extends SovSettingController
}

/**
* @Route("/admin/setting/site", name="carac_admin_setting_site")
* @Route("/admin/setting/site2", name="carac_admin_setting_site")
*/
public function manageGlobal(Request $request)
{

Repository/Reminder/ReminderStore.php → Repository/Reminder/TicketStore.php Просмотреть файл

@@ -10,7 +10,7 @@ use Lc\CaracoleBundle\Model\Merchant\MerchantInterface;
*
* @author Simon Vieille <simon@deblan.fr>
*/
class ReminderStore extends SovReminderStore
class TicketStore extends SovReminderStore
{
protected MerchantInterface $merchant;


Загрузка…
Отмена
Сохранить