Skip to content

Commit

Permalink
Make the update:config command hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 4, 2023
1 parent 1cc82c8 commit 5827f64
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ class UpdateConfigsCommand extends Command
/** @var string */
protected $description = 'Publish the default configuration files';

/** @var bool */
protected $hidden = true;

public function handle(): int
{
Artisan::call('vendor:publish', [
Expand Down

0 comments on commit 5827f64

Please sign in to comment.