Skip to content

Commit

Permalink
Added missing class import to AblyFactory and AblyServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jun 2, 2023
1 parent 38255e1 commit d569a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/LaravelAblyBroadcasterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use Ably\AblyRest;
use Illuminate\Support\Facades\Broadcast;
use Illuminate\Support\ServiceProvider;
use Ably\Utils\Miscellaneous;

class LaravelAblyBroadcasterServiceProvider extends ServiceProvider
{
Expand Down
1 change: 1 addition & 0 deletions tests/AblyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

use Ably\AblyRest;
use Ably\LaravelBroadcaster\AblyBroadcaster;
use Ably\Utils\Miscellaneous;

/**
* Instantiates AblyRest objects
Expand Down

0 comments on commit d569a7d

Please sign in to comment.