We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86a459 commit d066745Copy full SHA for d066745
src/Commands/BundleCommand.php
@@ -86,7 +86,7 @@ public function handle()
86
// Send the zip file
87
$result = $this->sendToZephpyr();
88
89
- //dd($result->status(), json_decode($result->body()));
+ // dd($result->status(), json_decode($result->body()));
90
91
if ($result->code() === 413) {
92
$this->error('The zip file is too large to upload to Zephpyr. Please contact support.');
0 commit comments