]> Raphaƫl G. Git Repositories - packbundle/blobdiff - RapsysPackBundle.php
Import contact form
[packbundle] / RapsysPackBundle.php
index 4ad24d40598e0662bf4d36478b67ba202e18287f..08360b08cb3f0623ec668f6de293c6916ee3a98a 100644 (file)
 
 namespace Rapsys\PackBundle;
 
 
 namespace Rapsys\PackBundle;
 
+use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
+
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
-use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
-
 /**
  * {@inheritdoc}
  */
 /**
  * {@inheritdoc}
  */
@@ -29,9 +29,9 @@ class RapsysPackBundle extends Bundle {
        }
 
        /**
        }
 
        /**
-        * Return bundle alias
+        * Return alias
         *
         *
-        * @return string The bundle alias
+        * @return string The alias
         */
        public static function getAlias(): string {
                //With namespace
         */
        public static function getAlias(): string {
                //With namespace
@@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle {
         */
        public static function getVersion(): string {
                //Return version
         */
        public static function getVersion(): string {
                //Return version
-               return '0.4.0';
+               return '0.5.4';
        }
 }
        }
 }