Update config.json (#1963)

Remove old watch path to controllers
This commit is contained in:
DieGOs
2017-09-01 00:05:59 +03:00
committed by Kalen Johnson
parent c2a7b5edd0
commit 7ce252939c

View File

@@ -15,7 +15,6 @@
"watch": [ "watch": [
"app/**/*.php", "app/**/*.php",
"config/**/*.php", "config/**/*.php",
"resources/controllers/**/*.php",
"resources/views/**/*.php" "resources/views/**/*.php"
] ]
} }