Skip to content

Commit

Permalink
Make it available all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary authored Sep 28, 2022
1 parent 8ba5bdf commit de561a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
{
public function boot()
{
if ($this->app->runningInConsole()) {
$this->commands([
CurlCommand::class,
]);
}
$this->commands([
CurlCommand::class,
]);
}
}

0 comments on commit de561a1

Please sign in to comment.