| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ServerMonitorPluginNotificationByHostServiceProvider extends ServiceProvider |
||
| 11 | { |
||
| 12 | public function boot() |
||
| 13 | { |
||
| 14 | if ($this->app->runningInConsole()) { |
||
| 15 | $this->publishes([ |
||
| 16 | __DIR__ . '/../config/server-monitor-plugin-notification-by-host.php' => config_path('server-monitor-plugin-notification-by-host.php'), |
||
| 17 | ], 'config'); |
||
| 18 | |||
| 19 | } |
||
| 20 | } |
||
| 21 | |||
| 22 | public function register() |
||
| 32 | ]); |
||
| 33 | } |
||
| 35 |