Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
schulzefelix authored and StyleCIBot committed Sep 7, 2017
1 parent ab2b16d commit 47f9db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchConsoleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(__DIR__ . '/../config/search-console.php', 'search-console');
$this->mergeConfigFrom(__DIR__.'/../config/search-console.php', 'search-console');

$searchConsoleConfig = config('search-console');

Expand Down Expand Up @@ -58,7 +58,7 @@ protected function guardAgainstInvalidConfiguration(array $searchConsoleConfig =

protected function setupConfig()
{
$source = realpath(__DIR__ . '/../config/search-console.php');
$source = realpath(__DIR__.'/../config/search-console.php');

if ($this->app instanceof LaravelApplication) {
$this->publishes([$source => config_path('search-console.php')]);
Expand Down

0 comments on commit 47f9db0

Please sign in to comment.