Skip to content

Commit 51090da

Browse files
committed
feat: add getter to resources instance
1 parent b2ef76d commit 51090da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Mta.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ public function getResource(string $resourceName): MtaResource
7474
return $resource;
7575
}
7676

77+
public function getResourcesInstance(): Resources
78+
{
79+
return $this->resources;
80+
}
81+
7782
/**
7883
* @codeCoverageIgnore
7984
*/

0 commit comments

Comments
 (0)