Skip to content

Commit

Permalink
Merge pull request #149 from laravel/pr/31355
Browse files Browse the repository at this point in the history
Make the snapshot command available outside console
  • Loading branch information
taylorotwell authored Sep 19, 2017
2 parents 396b077 + f0bcf44 commit ace7b03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/HorizonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,14 @@ protected function registerCommands()
Console\PurgeCommand::class,
Console\PauseCommand::class,
Console\ContinueCommand::class,
Console\SnapshotCommand::class,
Console\SupervisorCommand::class,
Console\SupervisorsCommand::class,
Console\TerminateCommand::class,
Console\TimeoutCommand::class,
Console\WorkCommand::class,
]);
}

$this->commands([Console\SnapshotCommand::class]);
}
}

0 comments on commit ace7b03

Please sign in to comment.