Skip to content

Commit 3f31e6c

Browse files
committed
Updates
1 parent 103b634 commit 3f31e6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ use nguyenanhung\Google\Basic\Spreadsheets\GoogleSpreadsheets;
2525

2626
$scriptId = '1234';
2727
$contentData = [
28-
'Column1_1' => 1,
29-
'Column1_2' => 2,
28+
'Column1_1' => 1,
29+
'Column1_2' => 2,
3030
];
3131
$spreadsheets = new GoogleSpreadsheets();
3232
$spreadsheets->setScriptId('1234')

0 commit comments

Comments
 (0)