Skip to content

Commit 3c68864

Browse files
committed
Repository: not so lazy
1 parent 39f466d commit 3c68864

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/Repository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ private function lazy_get_available_locales(): array
124124
public function __construct(Provider $provider)
125125
{
126126
$this->provider = $provider;
127+
$this->locales = new LocaleCollection($this);
127128
}
128129

129130
/**

0 commit comments

Comments
 (0)