Skip to content

Commit ecffa8f

Browse files
committed
Fix command
1 parent 4c3c827 commit ecffa8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaravelSailEnvServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ public function boot()
2525
{
2626
if ($this->app->runningInConsole()) {
2727
$this->commands([
28-
Console\EnvSailCommand::class,
28+
Console\SailEnvCommand::class,
2929
]);
3030
}
3131
}
3232

3333
public function provides()
3434
{
3535
return [
36-
Console\EnvSailCommand::class,
36+
Console\SailEnvCommand::class,
3737
];
3838
}
3939
}

0 commit comments

Comments
 (0)