@@ -8,6 +8,6 @@ |
||
| 8 | 8 | public $message = 'Username %username% is already been taken'; |
| 9 | 9 | |
| 10 | 10 | public function validatedBy() { |
| 11 | - return get_class($this).'Validator'; |
|
| 11 | + return get_class($this) . 'Validator'; |
|
| 12 | 12 | } |
| 13 | 13 | } |
| 14 | 14 | \ No newline at end of file |