Skip to content

Commit

Permalink
Update SchemaHelper.php
Browse files Browse the repository at this point in the history
Fix error in previous commit
  • Loading branch information
Jordan Edmondson committed Aug 27, 2019
1 parent 44921f8 commit a95e9df
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 @@ -92,7 +92,7 @@ public static function renderConfiguredFieldGroup($name, $group, $config = null)
}
}

return view('smartschema::grouped-fields', compact('fields', 'action', 'config'));
return view('smartschema::grouped-fields', compact('fields', 'config'));
}

/**
Expand Down

0 comments on commit a95e9df

Please sign in to comment.