remove PluginBase->getFile()

this is in preparation for opening the doors to more exotic kinds of plugin loaders, such as eval()d or web plugins.
This commit is contained in:
Dylan K. Taylor 2019-06-06 18:35:47 +01:00
parent d176f6f1ca
commit 67321bb3f6

View File

@ -370,13 +370,6 @@ abstract class PluginBase implements Plugin, CommandExecutor{
return $this->description->getFullName();
}
/**
* @return string
*/
protected function getFile() : string{
return $this->file;
}
/**
* @return PluginLoader
*/