- Issue created by @hannahdigidev
- π¬π§United Kingdom rosie.catchpole
rosie.catchpole β made their first commit to this issueβs fork.
- π§πͺBelgium RandalV
Thanks for the fix, and sorry for the inconvenience :-(.
I'll release a new tag.
When updating fileslog to version 1.2.3 an error is occurs
Be on a clean branch e.g main / master
add composer require 'drupal/fileslog:^1.2' - Version 1.2.3
Error page will appear
It looks like there is a missing use statement for route_match e.g.
use Symfony\Component\Routing\RouteMatchInterface;
Add a use statement for routeMatch
Correct the Parameters Passed
Active
1.2
Code
rosie.catchpole β made their first commit to this issueβs fork.
Thanks for the fix, and sorry for the inconvenience :-(.
I'll release a new tag.