File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments