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 83ac71d commit 34a989fCopy full SHA for 34a989f
src/app/Console/Commands/Upgrade/v6/UpgradeCommandConfig.php
@@ -20,12 +20,6 @@ public function addons(): array
20
public function upgradeCommandDescription(): ?callable
21
{
22
return function (UpgradeCommand $command): void {
23
- $command->note(
24
- 'Thank you for choosing Backpack. If you are reading this, most likely you are upgrading from v6 to v7.'.PHP_EOL.
25
- ' We have prepared an upgrade guide to help you with the process: <fg=cyan>https://backpackforlaravel.com/docs/7.x/upgrade-guide</>',
26
- 'green',
27
- 'green'
28
- );
29
30
$command->note(
31
'Please select the upgrade path you wish to follow:',
0 commit comments