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 d597069 commit 8de0c1dCopy full SHA for 8de0c1d
src/ValidationServiceProvider.php
@@ -32,7 +32,7 @@ class ValidationServiceProvider extends ServiceProvider
32
public function boot(): void
33
{
34
$this->publishes([
35
- __DIR__ . '/../resources/lang' => app()->langPath() . '/vendor/validationRules',
+ __DIR__ . '/../resources/lang' => lang_path('validationRules'),
36
]);
37
38
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang/', 'validationRules');
0 commit comments