Skip to content

Commit 6a769a9

Browse files
committed
fixed typo
1 parent 235dc9a commit 6a769a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Store URL eg: http://example.com
77
*================================================================================.
88
*/
9-
'store_url' => config( "multisite." . env('WOOCOMMERCE_DEFAULT_STORE', 'development') ".store_url"),
9+
'store_url' => config( 'multisite.' . env('WOOCOMMERCE_DEFAULT_STORE', 'development') . '.store_url'),
1010

1111
/**
1212
*================================================================================

0 commit comments

Comments
 (0)