Skip to content

Commit b0f5762

Browse files
committed
updated
1 parent 5d2938b commit b0f5762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/GoogleReCaptchaV3ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ protected function bootForConsole()
117117

118118
// Publishing the vue component file.
119119
$this->publishes([
120-
__DIR__.'/../../vuejs/GoogleReCaptchaV3.vue' => resource_path('js/components/googlerecaptchav3/GoogleReCaptchaV3.vue'),
120+
__DIR__.'/../../vuejs/GoogleReCaptchaV3.vue' => base_path('resources/js/components/googlerecaptchav3/GoogleReCaptchaV3.vue'),
121121
], 'googlerecaptchav3.vuejs');
122122

123123
// Publishing the lang file.
124124
$this->publishes([
125-
__DIR__.'/../../resources/lang' => resource_path('lang/vendor/GoogleReCaptchaV3'),
125+
__DIR__.'/../../resources/lang' => base_path('resources/lang/vendor/GoogleReCaptchaV3'),
126126
], 'googlerecaptchav3.lang');
127127
}
128128

0 commit comments

Comments
 (0)