From bedeaa63e204e2daaba628dd98918ef48e4e60c1 Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 18 Dec 2023 22:25:54 +0800 Subject: [PATCH] eee --- Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Container.php b/Container.php index 86909b9..4c8c1ae 100644 --- a/Container.php +++ b/Container.php @@ -253,7 +253,7 @@ class Container implements ContainerInterface continue; } $instance = $attribute->newInstance(); - $instance->dispatch($class::class, $property->getName()); + $instance->dispatch($class, $property->getName()); } } }