Przeglądaj źródła

Merge branch 'develop'

master
Fab 4 lat temu
rodzic
commit
8a5ecbd61b
1 zmienionych plików z 4 dodań i 5 usunięć
  1. +4
    -5
      ShopBundle/Services/UtilsProcess.php

+ 4
- 5
ShopBundle/Services/UtilsProcess.php Wyświetl plik

@@ -64,13 +64,12 @@ class UtilsProcess
}

if($newEntity instanceof SluggableInterface){
$newEntity->setTitle($newEntity->getTitle().' ');
$this->em->persist($newEntity);
if($flush)$this->em->flush();
$newEntity->setSlug(null);
}

$this->em->persist($newEntity);
if($flush){
$this->em->flush();
}
if($flush)$this->em->flush();


return $newEntity;

Ładowanie…
Anuluj
Zapisz