mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
automatic regexp to move namespace CL\Chill => Chill
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CL\Chill\PersonBundle\Entity\Person:
|
||||
Chill\PersonBundle\Entity\Person:
|
||||
type: entity
|
||||
table: null
|
||||
repositoryClass: CL\Chill\PersonBundle\Entity\PersonRepository
|
||||
repositoryClass: Chill\PersonBundle\Entity\PersonRepository
|
||||
fields:
|
||||
id:
|
||||
type: integer
|
||||
|
@@ -1,4 +1,4 @@
|
||||
CL\Chill\PersonBundle\Entity\PersonHistoryFile:
|
||||
Chill\PersonBundle\Entity\PersonHistoryFile:
|
||||
type: entity
|
||||
table: person_history_file
|
||||
id:
|
||||
|
Reference in New Issue
Block a user