modify
This commit is contained in:
@@ -209,9 +209,6 @@ class Loader extends BaseObject
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
foreach ($this->_fileMap as $fileName => $className) {
|
foreach ($this->_fileMap as $fileName => $className) {
|
||||||
if (str_starts_with($fileName, $outPath)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if (!str_starts_with($fileName, $path)) {
|
if (!str_starts_with($fileName, $path)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user