projects
/
mixstore.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
fix lists in readme
[mixstore.git]
/
src
/
Mixstore
/
UserBundle
/
MixstoreUserBundle.php
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
<?php
2
3
namespace Mixstore\UserBundle;
4
5
use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7
class MixstoreUserBundle extends Bundle
8
{
9
public function getParent()
10
{
11
return 'FOSUserBundle';
12
}
13
}