X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/05f12e030d9c39d75f29959596dc3035cd4fb661..9aa1ea280823925216dbfa3d6e9c81865b491ee6:/DependencyInjection/RapsysAirExtension.php?ds=inline

diff --git a/DependencyInjection/RapsysAirExtension.php b/DependencyInjection/RapsysAirExtension.php
index a630553..a66e3cc 100644
--- a/DependencyInjection/RapsysAirExtension.php
+++ b/DependencyInjection/RapsysAirExtension.php
@@ -1,4 +1,13 @@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys PackBundle package.
+ *
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
 
 namespace Rapsys\AirBundle\DependencyInjection;
 
@@ -7,6 +16,8 @@ use Symfony\Component\DependencyInjection\Extension\Extension;
 use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
 use Symfony\Component\Translation\Loader\ArrayLoader;
 
+use Rapsys\AirBundle\RapsysAirBundle;
+
 /**
  * This is the class that loads and manages your bundle configuration.
  *
@@ -89,8 +100,8 @@ class RapsysAirExtension extends Extension implements PrependExtensionInterface
 	/**
 	 * {@inheritdoc}
 	 */
-	public function getAlias() {
-		return 'rapsys_air';
+	public function getAlias(): string {
+		return RapsysAirBundle::getAlias();
 	}
 
 	/**