From: Raphaël Gertz Date: Wed, 31 Jan 2024 21:59:03 +0000 (+0100) Subject: Strict types X-Git-Tag: 0.3.0~141 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/1229707841edee97b681e9414b58f4523e034ed1 Strict types --- 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 @@ - + * + * 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(); } /**