mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 23:34:58 +00:00
automatic regexp to move namespace CL\Chill => Chill
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace CL\Chill\PersonBundle;
|
||||
namespace Chill\PersonBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class CLChillPersonBundle extends Bundle
|
||||
class ChillPersonBundle extends Bundle
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user