This commit is contained in:
xl
2023-05-26 10:16:21 +08:00
parent 75bae59d62
commit 2d0ee50758
+1 -1
View File
@@ -76,7 +76,7 @@ class Container implements ContainerInterface
* @throws ReflectionException
* @throws \Exception
*/
public function get(string $id): mixed
public function get(string $id): object
{
if ($id === ContainerInterface::class) {
return $this;