改名
This commit is contained in:
@@ -231,9 +231,6 @@ class Loader extends BaseObject
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$path = '/' . trim($path, '/');
|
$path = '/' . trim($path, '/');
|
||||||
if (!isset($this->_directory[$path])) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
foreach ($this->_directory as $key => $_path) {
|
foreach ($this->_directory as $key => $_path) {
|
||||||
$key = '/' . trim($key, '/');
|
$key = '/' . trim($key, '/');
|
||||||
var_dump($key . '->' . $path);
|
var_dump($key . '->' . $path);
|
||||||
|
|||||||
Reference in New Issue
Block a user