summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/SvgService.php4
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;
+ }
}