Skip to content

Commit

Permalink
Fixing conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
netojose committed Jun 22, 2019
1 parent 289eea7 commit 1cafdf5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/FormService.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,6 @@ public function formInline(bool $inline = true): FormService
return $this->_set('formInline', $inline);
}

/**
* Set error bag name
* @param string $value
* @return FormService
*/
public function errorBag(string $value = null): FormService
{
return $this->_set('FerrorBag', $value);
}

/**
* Set url for links and form action
*
Expand Down

0 comments on commit 1cafdf5

Please sign in to comment.