This commit is contained in:
2023-12-19 16:26:22 +08:00
parent bedeaa63e2
commit 67a83e5712
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -310,6 +310,7 @@ class Container implements ContainerInterface
} else {
return $this->_parameters[$className][$methodName];
}
}
+6
View File
@@ -23,6 +23,12 @@ class Scanner extends Component
public ContainerInterface $container;
/**
* @var array
*/
public array $files = [];
/**
* @param string $path
* @return void