@@ -55,7 +55,7 @@ |
||
| 55 | 55 | */ |
| 56 | 56 | public function store(array $attributes) |
| 57 | 57 | { |
| 58 | - if (! is_null($this->validator)) { |
|
| 58 | + if (!is_null($this->validator)) { |
|
| 59 | 59 | $this->validator->with($attributes) |
| 60 | 60 | ->passesOrFail(ValidatorInterface::RULE_CREATE); |
| 61 | 61 | } |
@@ -29,7 +29,7 @@ |
||
| 29 | 29 | { |
| 30 | 30 | parent::boot($events); |
| 31 | 31 | |
| 32 | - if (! \Request::isMethod('GET')) { |
|
| 32 | + if (!\Request::isMethod('GET')) { |
|
| 33 | 33 | $events->subscribe(NotificationListener::class); |
| 34 | 34 | $events->subscribe(TopicListener::class); |
| 35 | 35 | } |