diff --git a/src/applications/harbormaster/storage/HarbormasterBuildable.php b/src/applications/harbormaster/storage/HarbormasterBuildable.php index 9c7074ef57..f8b5d2d21f 100644 --- a/src/applications/harbormaster/storage/HarbormasterBuildable.php +++ b/src/applications/harbormaster/storage/HarbormasterBuildable.php @@ -123,7 +123,7 @@ final class HarbormasterBuildable extends HarbormasterDAO 'buildID' => $build->getID() )); - return $this; + return $build; } public function getConfiguration() {