Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala authored Sep 30, 2024
1 parent 901c64f commit d2ae01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BulkManager/BulkAction/EditHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function getI18nLabel()
*/
public function Link($action = null)
{
return Controller::join_links(parent::Link(), static::config()->url_segment, $action);
return Controller::join_links(parent::Link(), static::config()->get('url_segment'), $action);
}

/**
Expand Down

0 comments on commit d2ae01e

Please sign in to comment.