Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Dec 21, 2024
1 parent a58b365 commit ec61324
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions app/Services/GitHub.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,19 @@ public static function postDestroyDetails(): void
{
$sandbox = new Sandbox;

$message = <<<'EOT'
Your sandbox has been successfully decommissioned.
$message = <<<EOT
Your sandbox has been successfully decommissioned.\n
EOT;

if (config('forge.enable_db') && config('forge.backup_provider')) {
$message .= "\n";
$message .= <<<EOT
In addition to closing out this sandbox the database `{$sandbox->databaseName}` has been backed up to your backup provider.
In addition to closing out this sandbox the database `{$sandbox->databaseName}` has been backed up to your backup provider.\n
EOT;
}

$message .= <<<'EOT'
---
$message .= <<<EOT
\n---\n
This message was automatically generated by Blacksmith.
EOT;

Expand Down

0 comments on commit ec61324

Please sign in to comment.