Completed
Push — master ( d727df...dec756 )
by
09:57 queued 02:20
created
app/Repositories/Eloquent/TopicRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.