Skip to content

Commit

Permalink
add changelanguage requirment
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidpeywasti committed Mar 12, 2017
1 parent dcc7423 commit 6745ed3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions config/autoload.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
; List modules which are required to be loaded beforehand
;;
requires[] = "core"
requires[] = "changelanguage"

;;
; Configure what you want the autoload creator to register
;;
register_namespaces = true
register_classes = true
register_templates = true

;;
; Override the default configuration for certain sub directories
;;
[vendor/*]
register_namespaces = false
register_classes = false
register_templates = false
register_templates = false

0 comments on commit 6745ed3

Please sign in to comment.