Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
faq
Commits
77991083
Commit
77991083
authored
Dec 06, 2016
by
Bertrand Gauthier
Browse files
Correction config.dist.
parent
cbf9a961
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/unicaen-faq.global.php.dist
View file @
77991083
<?php
use
UnicaenFaq\Entity\Db\Faq
;
return
array
(
'unicaen-faq'
=>
[
/*
...
...
@@ -14,7 +12,7 @@ return array(
* Classe de l'entité représentant un couple question-réponse.
* Par défaut: 'UnicaenFaq\Entity\Db\Faq'.
*/
'faq_entity_class'
=>
Faq
::
class
,
'faq_entity_class'
=>
'UnicaenFaq\Entity\Db\Faq'
,
],
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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