@@ -33,7 +33,7 @@ |
||
33 | 33 | public function rules() |
34 | 34 | { |
35 | 35 | return [ |
36 | - ['phone', 'string',], |
|
36 | + ['phone', 'string', ], |
|
37 | 37 | ]; |
38 | 38 | } |
39 | 39 | } |
40 | 40 | \ No newline at end of file |