hotfix: Added aliases, implemented new runners
This commit is contained in:
@ -9,6 +9,8 @@ use NoccyLabs\Hotfix\Hotfix\Hotfix;
|
||||
interface RunnerInterface
|
||||
{
|
||||
|
||||
public function applyHotfix(Hotfix $hotfix, Facts $facts);
|
||||
public function prepare(Hotfix $hotfix, Facts $facts);
|
||||
|
||||
public function apply();
|
||||
|
||||
}
|
Reference in New Issue
Block a user