Skip to content

Commit

Permalink
Update SchemaHelper.php
Browse files Browse the repository at this point in the history
Remove action param from renderConfiguredFieldGroup()
  • Loading branch information
Jordan Edmondson committed Aug 27, 2019
1 parent 9ff17af commit 44921f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SchemaHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static function renderConfiguredField($table_name, $field_name, $config =
* @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
*/

public static function renderConfiguredFieldGroup($name, $group, $action, $config = null)
public static function renderConfiguredFieldGroup($name, $group, $config = null)
{
$loaded_fields = self::get($name)->getFields();
$fields = [];
Expand Down

0 comments on commit 44921f8

Please sign in to comment.