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:
@@ -486,4 +486,12 @@ class Storage
|
||||
|
||||
return strings('storageEntry' . $storageEntryFile)->hash()->toString();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get Storage options
|
||||
*/
|
||||
public function getOptions(): array
|
||||
{
|
||||
return $this->options;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user