From 53a18d36f6fef9dc5e24e3efea88d3a50c95e22c Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 16 Jun 2024 21:37:22 +0100 Subject: Created get collections method --- src/SvgService.php | 4 ++++ 1 file changed, 4 insertions(+) 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; + } } -- cgit v1.2.3