Use self:: for private method
parent
9de07bed1b
commit
05d6b21785
|
@ -38,7 +38,7 @@ class Zip
|
|||
return null;
|
||||
}
|
||||
|
||||
$foundFileIndex = static::locateFile($zip, $filename);
|
||||
$foundFileIndex = self::locateFile($zip, $filename);
|
||||
if (false === $foundFileIndex) {
|
||||
$zip->close();
|
||||
|
||||
|
|
Loading…
Reference in New Issue