diff --git a/src/AnonymousObject.php b/src/AnonymousObject.php
index 2a548bb31e74ba45331eeae7afd9d3f50a1c30b2..81e67321bed0c1447bd5b13802583bf31fbe0b09 100644
--- a/src/AnonymousObject.php
+++ b/src/AnonymousObject.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class AnonymousObject.
diff --git a/src/BuiltinType.php b/src/BuiltinType.php
index a8a1c7af0053e2b6f09c7cee8008e686417eb69e..59db6262f2882f597c4ae8b43329321397141b50 100644
--- a/src/BuiltinType.php
+++ b/src/BuiltinType.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class BuiltinType.
diff --git a/src/Collection.php b/src/Collection.php
index c67a51ebb63ee351b108cda76c090a748f03dcd9..715d5696729e709d733cf344284fa55e1c54142f 100644
--- a/src/Collection.php
+++ b/src/Collection.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Collection.
diff --git a/src/Context.php b/src/Context.php
index 70f2f58fcf8d56c924b719a656ba999ab0c4d662..f3098847f798bf65b8aa668c133c26b3864e31e0 100644
--- a/src/Context.php
+++ b/src/Context.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 use ApiPlatform\Core\Api\OperationType;
 use ApiPlatform\Core\Metadata\Resource\ResourceMetadata;
diff --git a/src/Declarable.php b/src/Declarable.php
index 916adbd5df6a19b610d9d7b2cfe791a0cdd812c2..e175fed18a6e9728485d5f300010508fa462a0ff 100644
--- a/src/Declarable.php
+++ b/src/Declarable.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Interface Declarable.
diff --git a/src/NamedTrait.php b/src/NamedTrait.php
index 9f5e47bb365bdd74c6bf3e5e0de988bf698d3da1..fbcba3e86f1e7029fc460b4a2902203f4957b9cf 100644
--- a/src/NamedTrait.php
+++ b/src/NamedTrait.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class NamedTrait.
diff --git a/src/NamedType.php b/src/NamedType.php
index 3651600e41e0e11853aed8388d798407efcdb013..dc3eeaa05aa99655f6a67bad98f2ca340b98c767 100644
--- a/src/NamedType.php
+++ b/src/NamedType.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class NamedType.
diff --git a/src/NonResource.php b/src/NonResource.php
index a1b1ae1cf69cb526c215507980538b85bbae598a..648e44c92bdcf59b08653e03dd7755c4a68a0a33 100644
--- a/src/NonResource.php
+++ b/src/NonResource.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class NonResource.
diff --git a/src/Operation.php b/src/Operation.php
index f7833e6926a01b2ac3217ba50f3f0677569338d4..62243da918171359a22d940159bfe5a8fe97c677 100644
--- a/src/Operation.php
+++ b/src/Operation.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 use ApiPlatform\Core\Api\OperationType;
 use Doctrine\Common\Inflector\Inflector;
diff --git a/src/Parameter.php b/src/Parameter.php
index 8e4df713b821a92d0bd1841624879f4b46b70f88..91ec702e1df1e0f67c4bcb84695ad0d57d16414f 100644
--- a/src/Parameter.php
+++ b/src/Parameter.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Parameter.
diff --git a/src/Property.php b/src/Property.php
index 19c59482375b8316ba82c6ad1006c566b4486b98..62f1bdfb98e928a0692643db320b11f92179493a 100644
--- a/src/Property.php
+++ b/src/Property.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Property.
diff --git a/src/Referencable.php b/src/Referencable.php
index 71d9d63c1e7b645fdc5baec023142f889bf6e9c9..3d4ec15cd4ee56db0f3ad57f66871fb95e5e1c21 100644
--- a/src/Referencable.php
+++ b/src/Referencable.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Interface Referencable.
diff --git a/src/Reference.php b/src/Reference.php
index 3065418cf9cb4d8b30ab4ad47cc3ac88ee594f86..0026c8ca7b15e836f47dc3e600c7d4a2b621172c 100644
--- a/src/Reference.php
+++ b/src/Reference.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Ref.
diff --git a/src/Repository.php b/src/Repository.php
index 3afb4be557fa18f56acec440d6ce465c1cd1b46f..887166a1c6e158c5e008bb83b263686b1f6f55a8 100644
--- a/src/Repository.php
+++ b/src/Repository.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Repository.
diff --git a/src/Representation.php b/src/Representation.php
index 91d4eb490576de8f9a950435c0c98adf6503018a..1e897493dacbdd8c8b4fa110fa32f32fb5034fa8 100644
--- a/src/Representation.php
+++ b/src/Representation.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Representation.
diff --git a/src/Serializer.php b/src/Serializer.php
index 9eb6db3d38771c3e8b5f5a1c2bad109a00c4ec58..a7958d1d95cf29465e121cdd3f4f58e6a3e91dbd 100644
--- a/src/Serializer.php
+++ b/src/Serializer.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 use ApiPlatform\Core\Api\FilterInterface;
 use ApiPlatform\Core\Api\OperationMethodResolverInterface;
diff --git a/src/Type.php b/src/Type.php
index 68b54d254ab53fc10b673d76675325e94a1d5947..aa24df07914a9c6365e234c7949670a2e35f2f6c 100644
--- a/src/Type.php
+++ b/src/Type.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Type.
diff --git a/src/Union.php b/src/Union.php
index def6f9c137baa01f4540aa25de300f222e5196d7..52854c84f26dde1fff708ff334d2fbfa69295eb8 100644
--- a/src/Union.php
+++ b/src/Union.php
@@ -17,7 +17,7 @@
  * <https://www.gnu.org/licenses/>.
  */
 
-namespace App\Serializer\Typescript;
+namespace Irstea\NgModelGeneratorBundle;
 
 /**
  * Class Union.