@@ -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) | |||
{ |
@@ -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; | |||