Skip to content

Commit c6579c0

Browse files
committed
fix: try bool
1 parent a4d82ab commit c6579c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mix.extend('i18n', class extends Component {
3737
if (hasPhpTranslations(this.langPath)) {
3838
console.log('has translations');
3939
config.plugins.push(new EnvironmentPlugin({
40-
'LARAVEL_VUE_I18N_HAS_PHP': 'true',
40+
'LARAVEL_VUE_I18N_HAS_PHP': true,
4141
}));
4242
}
4343

0 commit comments

Comments
 (0)