Skip to content

Commit de561a1

Browse files
Make it available all the time
1 parent 8ba5bdf commit de561a1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Providers/ServiceProvider.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
88
{
99
public function boot()
1010
{
11-
if ($this->app->runningInConsole()) {
12-
$this->commands([
13-
CurlCommand::class,
14-
]);
15-
}
11+
$this->commands([
12+
CurlCommand::class,
13+
]);
1614
}
1715
}

0 commit comments

Comments
 (0)