@@ -41,7 +41,7 @@ |
||
41 | 41 | */ |
42 | 42 | public function store(array $attributes) |
43 | 43 | { |
44 | - if (! is_null($this->validator)) { |
|
44 | + if (!is_null($this->validator)) { |
|
45 | 45 | $this->validator->with($attributes) |
46 | 46 | ->passesOrFail(ValidatorInterface::RULE_CREATE); |
47 | 47 | } |