Switched boolean for bool

This commit is contained in:
Graham Campbell
2015-10-20 20:34:59 +01:00
parent d46007c536
commit 7507a362bd
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ final class AddMetricCommand
'name' => 'required|string',
'suffix' => 'required|string',
'description' => 'string',
'display_chart' => 'boolean',
'display_chart' => 'bool',
'default_value' => 'int',
'calc_type' => 'int',
'display_chart' => 'int',