add this to the page you want to hide the Breadcrumbs for example the `listUsers` class ```php publ

add this to the page you want to hide the Breadcrumbs
for example the listUsers class

public function getBreadcrumbs(): array
{
    return [];
}
Was this page helpful?