Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dillingham committed Nov 29, 2018
1 parent 305839b commit 7705aea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Grouped.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class Grouped extends Field

public $showOnUpdate = false;

public function __construct($name, $attribute = null, $resolveCallback = null)
public function __construct($name)
{
parent::__construct($name, $attribute = null, $resolveCallback = null);

$this->name = $name;
$this->exceptOnForms();
}

Expand Down

0 comments on commit 7705aea

Please sign in to comment.