qqq
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user