1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Fix missing property on HarbormasterBuildStepImplementation

Auditors: joshuaspence
This commit is contained in:
epriestley 2015-06-15 12:21:25 -07:00
parent 30e6203d8c
commit 6aa494bd25

View file

@ -2,6 +2,8 @@
abstract class HarbormasterBuildStepImplementation extends Phobject {
private $settings;
public static function getImplementations() {
return id(new PhutilSymbolLoader())
->setAncestorClass(__CLASS__)