1 parent 0ec4c19 commit 9b7efd7Copy full SHA for 9b7efd7
1 file changed
src/Commands/Build/Container.php
@@ -20,7 +20,7 @@ public function get(string $id): string|object
20
if (isset($this->built[$id])) {
21
return $this->built[$id];
22
}
23
- return $this->build[$id] = match ($id) {
+ return $this->built[$id] = match ($id) {
24
//Cases,
25
default => $this->fallbackContainer->get($id),
26
};
0 commit comments