for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Overtrue\Flysystem\Qiniu\Plugins;
use League\Flysystem\Plugin\AbstractPlugin;
class RefreshFile extends AbstractPlugin
{
public function getMethod()
return 'refresh';
}
public function handle($path = [])
return $this->filesystem->getAdapter()->refresh($path);