@@ -2,10 +2,10 @@ |
||
2 | 2 | |
3 | 3 | namespace LaraComponents\Centrifuge; |
4 | 4 | |
5 | -use Predis\Client as RedisClient; |
|
6 | 5 | use GuzzleHttp\Client as HttpClient; |
7 | -use Illuminate\Support\ServiceProvider; |
|
8 | 6 | use Illuminate\Broadcasting\BroadcastManager; |
7 | +use Illuminate\Support\ServiceProvider; |
|
8 | +use Predis\Client as RedisClient; |
|
9 | 9 | |
10 | 10 | class CentrifugeServiceProvider extends ServiceProvider |
11 | 11 | { |