Skip to content

Commit 6e0bcda

Browse files
committed
Use the property directly
1 parent 8dccfc2 commit 6e0bcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getCollections() : array
8080
*/
8181
public function getCollection(string $name) : ?Collection
8282
{
83-
return $this->getCollections()[$name] ?? null;
83+
return $this->collections[$name] ?? null;
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)