Skip to content

Commit 5554c41

Browse files
committed
Re-add the sponsored info
1 parent 469ae37 commit 5554c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/TaskOperation/Composer/CloudOperation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public function getConsole(): ConsoleOutput
174174
}
175175

176176
$title = '> Resolving dependencies using Composer Cloud '.$job->getVersion();
177-
// $title .= "\n!!! Current server is sponsored by: ".$job->getSponsor()." !!!\n";
177+
$title .= "\n!!! Current server is sponsored by: ".$job->getSponsor()." !!!\n";
178178

179179
switch ($job->getStatus()) {
180180
case CloudJob::STATUS_QUEUED:

0 commit comments

Comments
 (0)