8000 WIP · geocoder-php/GeocoderLaravel@5a751f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a751f8

Browse files
committed
WIP
1 parent 92ecd82 commit 5a751f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/GeocoderService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GeocoderService extends ServiceProvider
1818
protected $defer = false;
1919

2020
public function boot()
21-
{
21+
{
2222
$configPath = __DIR__ . "/../../config/geocoder.php";
2323
$this->publishes(
2424
[$configPath => $this->configPath("geocoder.php")],

0 commit comments

Comments
 (0)
0