Skip to content

Commit

Permalink
Apply fixes from StyleCI (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lawrence authored Oct 11, 2017
1 parent d2f9073 commit 8f5df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WondeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')]);
Expand Down

0 comments on commit 8f5df6b

Please sign in to comment.