Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from oanhnn/patch-1
Browse files Browse the repository at this point in the history
Fix missing "composer" option
  • Loading branch information
rennokki committed Feb 27, 2021
2 parents 9a4f7f6 + 1f2cd4f commit 3c1236b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Console/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class InstallCommand extends JetstreamInstallCommand
*
* @var string
*/
protected $signature = 'billing-portal:install {stack=inertia} {--stripe=true}';
protected $signature = 'billing-portal:install {stack=inertia}
{--stripe=true}
{--composer=global : Absolute path to the Composer binary which should be used to install packages}';

/**
* The console command description.
Expand Down

0 comments on commit 3c1236b

Please sign in to comment.