Rapsys Git
/
userbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove guestid and guestgroup in favour of more reliable defaultgroup
[userbundle]
/
RapsysUserBundle.php
diff --git
a/RapsysUserBundle.php
b/RapsysUserBundle.php
index e2d571b012c1ffbcb62530308a836ed36f858f71..db7203763ffe58de4cae6bdcec41f01f192200ad 100644
(file)
--- a/
RapsysUserBundle.php
+++ b/
RapsysUserBundle.php
@@
-11,11
+11,11
@@
namespace Rapsys\UserBundle;
namespace Rapsys\UserBundle;
+use Rapsys\UserBundle\DependencyInjection\RapsysUserExtension;
+
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\UserBundle\DependencyInjection\RapsysUserExtension;
-
/**
* {@inheritdoc}
*/
/**
* {@inheritdoc}
*/
@@
-64,6
+64,6
@@
class RapsysUserBundle extends Bundle {
*/
public static function getVersion(): string {
//Return version
*/
public static function getVersion(): string {
//Return version
- return '0.
4
.0';
+ return '0.
5
.0';
}
}
}
}