|
...
|
...
|
@@ -15,11 +15,13 @@ class ExceptionPushProvider extends ServiceProvider |
|
|
|
*/
|
|
|
|
public function boot()
|
|
|
|
{
|
|
|
|
if ($this->app->runningInConsole()) {
|
|
|
|
$configPath = __DIR__.'/../publish/exception.push.php';
|
|
|
|
$this->publishes([
|
|
|
|
$configPath => config_path('exception.push.php')
|
|
|
|
], 'lackoxygen-exception-push');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function register()
|
...
|
...
|
|