eee
This commit is contained in:
@@ -310,6 +310,7 @@ class Container implements ContainerInterface
|
||||
} else {
|
||||
return $this->_parameters[$className][$methodName];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +23,12 @@ class Scanner extends Component
|
||||
public ContainerInterface $container;
|
||||
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public array $files = [];
|
||||
|
||||
|
||||
/**
|
||||
* @param string $path
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user