Skip to content

Commit a05dd38

Browse files
Merge pull request #5 from orkhanahmadov/analysis-Vrl9bB
Apply fixes from StyleCI
2 parents c94527d + 3cb1a4c commit a05dd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LaravelIpMiddlewareServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function boot(): void
1616
{
1717
if ($this->app->runningInConsole()) {
1818
$this->publishes([
19-
__DIR__.'/../config/config.php' => config_path('ip-middleware.php'),
19+
__DIR__ . '/../config/config.php' => config_path('ip-middleware.php'),
2020
], 'config');
2121
}
2222
}
@@ -26,6 +26,6 @@ public function boot(): void
2626
*/
2727
public function register(): void
2828
{
29-
$this->mergeConfigFrom(__DIR__.'/../config/config.php', 'ip-middleware');
29+
$this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'ip-middleware');
3030
}
3131
}

0 commit comments

Comments
 (0)