app/config/services.php: adding template service.
This commit is contained in:
parent
eb62be5d86
commit
823f6d2e3f
2 changed files with 20 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ application:
|
|||
modelsDir : ../app/models/
|
||||
migrationsDir : ../app/migrations/
|
||||
viewsDir : ../app/views/
|
||||
templateDir : ../app/templates/
|
||||
listenersDir : ../app/listeners/
|
||||
libraryDir : ../app/library/
|
||||
formsDir : ../app/forms/
|
||||
|
|
|
|||
Reference in a new issue