Skip to content

Commit

Permalink
fix opsi:get command
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Feb 18, 2020
1 parent 409d218 commit aa1f396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpsiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function boot()

$this->commands([
\Riipandi\LaravelOpsi\Console\OpsiSetCommand::class,
\Riipandi\LaravelOpsi\Console\OpsiGetCommand::class,
]);
}

Expand Down

0 comments on commit aa1f396

Please sign in to comment.