@@ -63,7 +63,7 @@  | 
                                                    ||
| 63 | 63 | *  | 
                                                        
| 64 | 64 | * @param string $path  | 
                                                        
| 65 | 65 | *  | 
                                                        
| 66 | - * @return static  | 
                                                        |
| 66 | + * @return Addon  | 
                                                        |
| 67 | 67 | */  | 
                                                        
| 68 | 68 | protected function makeAppAddon($path)  | 
                                                        
| 69 | 69 |      { | 
                                                        
@@ -2,7 +2,6 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace Jumilla\Addomnipot\Laravel;  | 
                                                        
| 4 | 4 | |
| 5 | -use Illuminate\Config\Repository;  | 
                                                        |
| 6 | 5 | use Illuminate\Console\AppNamespaceDetectorTrait;  | 
                                                        
| 7 | 6 | |
| 8 | 7 | class AliasResolver  | 
                                                        
@@ -3,7 +3,6 @@  | 
                                                    ||
| 3 | 3 | namespace Jumilla\Addomnipot\Laravel;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Illuminate\Support\ServiceProvider as BaseServiceProvider;  | 
                                                        
| 6 | -use Illuminate\Contracts\Http\Kernel as HttpKernel;  | 
                                                        |
| 7 | 6 | |
| 8 | 7 | class ServiceProvider extends BaseServiceProvider  | 
                                                        
| 9 | 8 |  { |