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
@@ -49,7 +49,7 @@ final class ReportMaintenanceCommand
public $rules = [
'name' => 'required|string',
'message' => 'string',
'notify' => 'boolean',
'notify' => 'bool',
'timestamp' => 'string',
];