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