Improvements

This commit is contained in:
Christopher Vagnetoft
2016-04-19 22:55:09 +02:00
parent fceb4c4966
commit b63260533f
12 changed files with 101 additions and 13 deletions

View File

@ -15,4 +15,9 @@ class FileLoader implements LoaderInterface
}
return false;
}
public function getInfo()
{
return "<info>filename</info> - Read a hotfix from a file";
}
}