From 8f5df6b88d2e9272e57283bf13feb7c16b0e8b53 Mon Sep 17 00:00:00 2001 From: Anthony Lawrence Date: Wed, 11 Oct 2017 19:21:46 +0100 Subject: [PATCH] Apply fixes from StyleCI (#9) --- src/WondeServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WondeServiceProvider.php b/src/WondeServiceProvider.php index 1dae5d2..d1c31f2 100644 --- a/src/WondeServiceProvider.php +++ b/src/WondeServiceProvider.php @@ -43,7 +43,7 @@ public function boot() */ protected function setupConfig() { - $source = realpath(__DIR__ . '/../config/wonde.php'); + $source = realpath(__DIR__.'/../config/wonde.php'); if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) { $this->publishes([$source => config_path('wonde.php')]);