Kaynağa Gözat

Refactoring services

develop
Guillaume 3 yıl önce
ebeveyn
işleme
8e6aece552
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. +5
    -2
      Factory/Reminder/ReminderFactory.php

+ 5
- 2
Factory/Reminder/ReminderFactory.php Dosyayı Görüntüle

@@ -8,8 +8,11 @@ use Lc\SovBundle\Model\Reminder\ReminderInterface;

class ReminderFactory extends AbstractFactory implements ReminderFactoryInterface
{
public function create(string $crudAction = null, string $crudControllerFqcn = null, int $entityId = null): ReminderInterface
{
public function create(
string $crudAction = null,
string $crudControllerFqcn = null,
int $entityId = null
): ReminderInterface {
$reminder = new Reminder();

$reminder->setCrudAction($crudAction);

Yükleniyor…
İptal
Kaydet