Closed FlexIDK closed 3 months ago
Error in ResolvesRouteDependencies.php
Illuminate\Routing\RouteDependencyResolverTrait - deprecated
Need add $container to src/Decorators/ListenerDecorator.php
<?php ... use Illuminate\Container\Container; ... protected $container; public function __construct($action) { ... $this->container = new Container; } ... ?>
Hi there, thanks for raising this. Indeed I can see that the test for latest-stable are now failing on CI.
latest-stable
Would you be able to release a PR that fixes it?
https://github.com/lorisleiva/laravel-actions/pull/289
Error in ResolvesRouteDependencies.php
Illuminate\Routing\RouteDependencyResolverTrait - deprecated
Need add $container to src/Decorators/ListenerDecorator.php