Browse Source

Apply fixes from StyleCI

Jiang Qinghua 5 years ago
parent
commit
14513d3294
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/Form.php
  2. 1 1
      src/Show.php

+ 0 - 1
src/Form.php

@@ -1285,7 +1285,6 @@ class Form implements Renderable
             return $value;
         }
 
-
         return $this;
     }
 

+ 1 - 1
src/Show.php

@@ -173,7 +173,7 @@ class Show implements Renderable
     public function model(Fluent $model = null)
     {
         if ($model === null) {
-            if (!$this->model) {
+            if (! $this->model) {
                 $this->setupModel();
             }