- Issue created by @adelgado12
With this patch, it run perfectly
I added function parameter to have compability
Module is not compatible with Drupal 10.4
Install module with Drupal 10.3
update 10.3 => 10.4
```
Fatal error: Declaration of Drupal\breadcrumb_manager\Breadcrumb\BreadcrumbManagerBuilder::applies(Drupal\Core\Routing\RouteMatchInterface $attributes) must be compatible with Drupal\system\PathBasedBreadcrumbBuilder::applies(Drupal\Core\Routing\RouteMatchInterface $route_match, ?Drupal\Core\Cache\CacheableMetadata $cacheable_metadata = null) in /project/web/modules/contrib/breadcrumb_manager/src/Breadcrumb/BreadcrumbManagerBuilder.php on line 100
```
Update method to be compatible
Active
1.4
Code
With this patch, it run perfectly
I added function parameter to have compability