diff options
-rw-r--r-- | src/SvgService.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/SvgService.php b/src/SvgService.php index 4d8afe0..d0efce1 100644 --- a/src/SvgService.php +++ b/src/SvgService.php @@ -54,5 +54,9 @@ class SvgService return $this->collections[$collection] ?? null; } + public function getCollections(): array + { + return $this->collections; + } } |