Skip to content

Commit d0d3dc0

Browse files
Update SitemappableServiceProvider.php
1 parent 46b9b49 commit d0d3dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SitemappableServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
], 'migrations');
2525

2626
$this->publishes([
27-
__DIR__ . '/../src/Http/Controllers/SitemappableController.php.stub' => app_path('Http\Controllers\SitemappableController.php'),
27+
__DIR__ . '/../src/Http/Controllers/SitemappableController.php.stub' => app_path('Http/Controllers/SitemappableController.php'),
2828
], 'controllers');
2929
}
3030
}

0 commit comments

Comments
 (0)