We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function boot() |
||
| 24 | { |
||
| 25 | // use the vendor configuration file as fallback |
||
| 26 | echo '<pre>'; var_dump( __DIR__.'/config/laravel-permission.php'); echo '</pre>'; die(); |
||
| 27 | |||
| 28 | $this->mergeConfigFrom( |
||
| 29 | __DIR__.'/config/laravel-permission.php', 'laravel-permission' |
||
| 30 | ); |
||
| 31 | |||
| 32 | // publish config file |
||
| 33 | $this->publishes([ __DIR__.'/config/laravel-permission.php' => config_path('laravel-permission.php'), ], 'config'); |
||
| 34 | } |
||
| 35 | /** |
||
| 64 | } |