| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php namespace Arcanesoft\Auth\Console;  | 
            ||
| 38 | 3 | public function handle()  | 
            |
| 39 |     { | 
            ||
| 40 | 3 |         $this->call('vendor:publish', [ | 
            |
| 41 | 3 | '--provider' => \Arcanesoft\Auth\AuthServiceProvider::class,  | 
            |
| 42 | 3 | ]);  | 
            |
| 43 | |||
| 44 | 3 |         $this->call('vendor:publish', [ | 
            |
| 45 | 3 | '--provider' => \Arcanedev\LaravelAuth\LaravelAuthServiceProvider::class,  | 
            |
| 46 | 3 | ]);  | 
            |
| 47 | 3 | }  | 
            |
| 48 | }  | 
            ||
| 49 |