We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0553c1b commit 83806a7Copy full SHA for 83806a7
src/SheetModel.php
@@ -76,6 +76,16 @@ public function loadFromSheet(): array
76
return $rows->toArray();
77
}
78
79
+ public function getSheetId()
80
+ {
81
+ return $this->sheetId;
82
+ }
83
+
84
+ public function getSpreadsheetId()
85
86
+ return $this->spreadsheetId;
87
88
89
public function getCacheName()
90
{
91
return !is_null($this->getConnection()) ? explode('.', basename($this->getConnection()->getDatabaseName()))[0] : null;
0 commit comments