Archived
1
0
Fork 0

app/config/services.php: adding template service.

This commit is contained in:
Henrik Hautakoski 2018-06-12 23:32:03 +02:00
parent eb62be5d86
commit 823f6d2e3f
2 changed files with 20 additions and 0 deletions

View file

@ -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/