make Vfs\StreamWrapper::symlinkCache_remove public, to allow calling from Vfs

This commit is contained in:
Ralf Becker 2016-07-21 12:15:08 +02:00
parent 8bfddfa9ba
commit 45c272dac2

View File

@ -953,7 +953,7 @@ class StreamWrapper implements StreamWrapperIface
*
* @param string $_path vfs path
*/
static protected function symlinkCache_remove($_path)
static public function symlinkCache_remove($_path)
{
$path = self::get_path($_path);