Skip to content

Commit

Permalink
Merge pull request #5 from orkhanahmadov/analysis-Vrl9bB
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
orkhanahmadov authored Sep 23, 2020
2 parents c94527d + 3cb1a4c commit a05dd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaravelIpMiddlewareServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function boot(): void
{
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/config.php' => config_path('ip-middleware.php'),
__DIR__ . '/../config/config.php' => config_path('ip-middleware.php'),
], 'config');
}
}
Expand All @@ -26,6 +26,6 @@ public function boot(): void
*/
public function register(): void
{
$this->mergeConfigFrom(__DIR__.'/../config/config.php', 'ip-middleware');
$this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'ip-middleware');
}
}

0 comments on commit a05dd38

Please sign in to comment.