Skip to content

Commit

Permalink
Merge pull request #307 from z-song/analysis-zGb19l
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
z-song authored Jan 17, 2017
2 parents 9cfa92a + 4c4493a commit 46cf70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form/Field/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ public function render()
}

if ($this->options instanceof \Closure) {

if ($this->form) {
$this->options = $this->options->bindTo($this->form->model());
}
Expand Down

0 comments on commit 46cf70c

Please sign in to comment.