Skip to content

Commit ca308ec

Browse files
amosmosStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent b39a03a commit ca308ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Config/shopify.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

33
return [
4-
'api_key' => env('SHOPIFY_KEY'),
5-
'api_secret' => env('SHOPIFY_SECRET'),
6-
'shop_domain' => env('SHOPIFY_DOMAIN'),
7-
'access_token' => env('SHOPIFY_TOKEN'),
8-
];
4+
'api_key' => env('SHOPIFY_KEY'),
5+
'api_secret' => env('SHOPIFY_SECRET'),
6+
'shop_domain' => env('SHOPIFY_DOMAIN'),
7+
'access_token' => env('SHOPIFY_TOKEN'),
8+
];

0 commit comments

Comments
 (0)