Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelcafediretodope.meumercado.app
/
vendor
/
league
/
flysystem
/
src
/
Editing: PluginInterface.php
<?php namespace League\Flysystem; interface PluginInterface { /** * Get the method name. * * @return string */ public function getMethod(); /** * Set the Filesystem object. * * @param FilesystemInterface $filesystem */ public function setFilesystem(FilesystemInterface $filesystem); }
Save
Cancel