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