We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5164a91 commit f16df2fCopy full SHA for f16df2f
src/ReviewRateableServiceProvider.php
@@ -19,7 +19,7 @@ public function boot()
19
], 'migrations');
20
21
$this->publishes([
22
- __DIR__.'/../config/review-rateable.php' => config_path('review-ratable.php'),
+ __DIR__.'/../config/review-ratable.php' => config_path('review-ratable.php'),
23
], 'config');
24
}
25
0 commit comments