Skip to content

Commit

Permalink
Update BlueskyServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
puklipo committed Dec 14, 2024
1 parent 3e8b415 commit fd5bb5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Providers/BlueskyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Revolution\Bluesky\Console\FirehoseServeCommand;
use Revolution\Bluesky\Console\LexiconClientCommand;
use Revolution\Bluesky\Console\NewPrivateKeyCommand;
use Revolution\Bluesky\Console\UnpackRepoCommand;
use Revolution\Bluesky\Console\WebSocketServeCommand;
use Revolution\Bluesky\Contracts\Factory;
use Revolution\Bluesky\FeedGenerator\Http\DescribeFeedController;
Expand Down Expand Up @@ -43,6 +44,7 @@ public function boot(): void
NewPrivateKeyCommand::class,
WebSocketServeCommand::class,
DownloadRepoCommand::class,
UnpackRepoCommand::class,
DownloadBlobsCommand::class,
DownloadRecordCommand::class,
FirehoseServeCommand::class,
Expand Down

0 comments on commit fd5bb5a

Please sign in to comment.