Skip to content

Commit f16df2f

Browse files
committed
Wip
1 parent 5164a91 commit f16df2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReviewRateableServiceProvider.php

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

2121
$this->publishes([
22-
__DIR__.'/../config/review-rateable.php' => config_path('review-ratable.php'),
22+
__DIR__.'/../config/review-ratable.php' => config_path('review-ratable.php'),
2323
], 'config');
2424
}
2525

0 commit comments

Comments
 (0)