Skip to content

Commit 83806a7

Browse files
committed
wip
1 parent 0553c1b commit 83806a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/SheetModel.php

+10
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,16 @@ public function loadFromSheet(): array
7676
return $rows->toArray();
7777
}
7878

79+
public function getSheetId()
80+
{
81+
return $this->sheetId;
82+
}
83+
84+
public function getSpreadsheetId()
85+
{
86+
return $this->spreadsheetId;
87+
}
88+
7989
public function getCacheName()
8090
{
8191
return !is_null($this->getConnection()) ? explode('.', basename($this->getConnection()->getDatabaseName()))[0] : null;

0 commit comments

Comments
 (0)