Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
1cded056
Commit
1cded056
authored
Dec 01, 2015
by
Laurent Lécluse
Browse files
déplacement de la config de l'EntityManager
parent
b7931398
Changes
2
Show whitespace changes
Inline
Side-by-side
config/module.config.php
View file @
1cded056
...
...
@@ -3,7 +3,6 @@
use
UnicaenAuth\Provider\Privilege\Privileges
;
$settings
=
[
'entity_manager_name'
=>
'doctrine.entitymanager.orm_default'
,
// nom du gestionnaire d'entités à utiliser
/**
* Fournisseurs d'identité.
...
...
config/unicaen-auth.global.php.dist
View file @
1cded056
...
...
@@ -20,6 +20,8 @@ $settings = [
'enable_privileges'
=>
true
,
'entity_manager_name'
=>
'doctrine.entitymanager.orm_default'
,
// nom du gestionnaire d'entités à utiliser
];
$config
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment