回答編集履歴

1

インデント減らす

2020/07/24 22:37

投稿

hina
hina

スコア132

test CHANGED
@@ -10,11 +10,11 @@
10
10
 
11
11
  ```ex
12
12
 
13
- $header = [
13
+ $header = [
14
14
 
15
- 'Authorization: Basic '.base64_encode(config('app.ec_EBAY_US_client_id').':'.config('app.ec_EBAY_US_secret')),
15
+ 'Authorization: Basic '.base64_encode(config('app.ec_EBAY_US_client_id').':'.config('app.ec_EBAY_US_secret')),
16
16
 
17
- ];
17
+ ];
18
18
 
19
19
  ```
20
20