Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit f1aaf6e

Browse files
committed
Finishing the improved config path
refs bgultekin#23
1 parent 45e9539 commit f1aaf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravalid/LaravalidServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LaravalidServiceProvider extends ServiceProvider {
1919
public function boot()
2020
{
2121
$this->publishes([
22-
__DIR__.'/../../config' => config_path('laravalid'),
22+
__DIR__.'/../../config/config.php' => config_path('laravalid.php'),
2323
], 'config');
2424

2525
$this->publishes([

0 commit comments

Comments
 (0)