Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
make ServiceSubscriberTrait compatible with AbstractController
  • Loading branch information
pableu authored Apr 4, 2024
commit 2608507f82b5ac91238488f2ed25de1a1387ee22
3 changes: 1 addition & 2 deletions src/Symfony/Contracts/Service/ServiceSubscriberTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
*/
trait ServiceSubscriberTrait
{
/** @var ContainerInterface */
protected $container;
protected ContainerInterface $container;

public static function getSubscribedServices(): array
{
Expand Down