Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored and StyleCIBot committed Dec 23, 2019
1 parent ef7d806 commit a4ecf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GraphQLPlaygroundServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ public function register(): void

protected function configPath(string $path): string
{
return $this->app->basePath('config/' . $path);
return $this->app->basePath('config/'.$path);
}

protected function resourcePath(string $path): string
{
return $this->app->basePath('resources/' . $path);
return $this->app->basePath('resources/'.$path);
}
}

0 comments on commit a4ecf15

Please sign in to comment.