Revert "remove PluginBase->getFile()"

This reverts commit 67321bb3f6724f22101aed772537cc10a4bad3ae.
This commit is contained in:
Dylan K. Taylor 2019-06-07 10:44:52 +01:00
parent b5805c2d0a
commit b0071ed703

View File

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