Skip to content

Commit 6e8e872

Browse files
committed
wip
1 parent cecc5ea commit 6e8e872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CachetCoreServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ private function registerCommands(): void
151151
{
152152
if ($this->app->runningInConsole()) {
153153
$this->commands([
154-
\Cachet\Commands\SendBeaconCommand::class,
155-
\Cachet\Commands\VersionCommand::class,
154+
Commands\SendBeaconCommand::class,
155+
Commands\VersionCommand::class,
156156
]);
157157

158158
AboutCommand::add('Cachet', fn () => [

0 commit comments

Comments
 (0)