1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 23:24:04 +02:00

feat(storage): add method getOptions

This commit is contained in:
Awilum
2021-08-03 18:54:53 +03:00
parent 95e0bc8908
commit 5f829986dd

View File

@@ -486,4 +486,12 @@ class Storage
return strings('storageEntry' . $storageEntryFile)->hash()->toString();
}
/**
* Get Storage options
*/
public function getOptions(): array
{
return $this->options;
}
}