@@ -2,23 +2,15 @@ |
||
2 | 2 | |
3 | 3 | namespace Telefonica; |
4 | 4 | |
5 | -use Illuminate\Foundation\AliasLoader; |
|
5 | +use Illuminate\Support\Facades\View; |
|
6 | 6 | use Illuminate\Support\ServiceProvider; |
7 | 7 | use Telefonica\Services\TelefonicaService; |
8 | -use Illuminate\Support\Collection; |
|
9 | -use Illuminate\Support\Facades\View; |
|
10 | 8 | |
11 | -use Log; |
|
12 | -use App; |
|
13 | 9 | use Config; |
14 | -use Route; |
|
15 | -use Illuminate\Routing\Router; |
|
10 | +use Log; |
|
16 | 11 | |
17 | 12 | use Muleta\Traits\Providers\ConsoleTools; |
18 | 13 | |
19 | -use Telefonica\Facades\Telefonica as TelefonicaFacade; |
|
20 | -use Illuminate\Contracts\Events\Dispatcher; |
|
21 | - |
|
22 | 14 | |
23 | 15 | class TelefonicaProvider extends ServiceProvider |
24 | 16 | { |