mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
automatic regexp to move namespace CL\Chill => Chill
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\PersonBundle\Entity;
|
||||
namespace Chill\PersonBundle\Entity;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\Validator\ExecutionContextInterface;
|
||||
@@ -141,7 +141,7 @@ ou une valeur vide lorsque la donnée nest pas connue*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @param \CL\Chill\PersonBundle\Entity\PersonHistoryFile $history
|
||||
* @param \Chill\PersonBundle\Entity\PersonHistoryFile $history
|
||||
* @uses PersonHistoryFile::setPerson
|
||||
*/
|
||||
public function addHistoryFile(PersonHistoryFile $history) {
|
||||
|
Reference in New Issue
Block a user