diff --git a/src/flextype/Storage.php b/src/flextype/Storage.php index 247775c8..3624a153 100755 --- a/src/flextype/Storage.php +++ b/src/flextype/Storage.php @@ -486,4 +486,12 @@ class Storage return strings('storageEntry' . $storageEntryFile)->hash()->toString(); } + + /** + * Get Storage options + */ + public function getOptions(): array + { + return $this->options; + } }