mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
Fix missing property on HarbormasterBuildStepImplementation
Auditors: joshuaspence
This commit is contained in:
parent
30e6203d8c
commit
6aa494bd25
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
abstract class HarbormasterBuildStepImplementation extends Phobject {
|
abstract class HarbormasterBuildStepImplementation extends Phobject {
|
||||||
|
|
||||||
|
private $settings;
|
||||||
|
|
||||||
public static function getImplementations() {
|
public static function getImplementations() {
|
||||||
return id(new PhutilSymbolLoader())
|
return id(new PhutilSymbolLoader())
|
||||||
->setAncestorClass(__CLASS__)
|
->setAncestorClass(__CLASS__)
|
||||||
|
|
Loading…
Reference in a new issue