Skip to content

Commit d77e0c8

Browse files
authored
Fix small typo
1 parent 3ff79c7 commit d77e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Compiler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function addExtension(object $extension): Compiler
330330
$extension->initialize($this);
331331
}
332332

333-
$this->extensions = $extension;
333+
$this->extensions[] = $extension;
334334

335335
return $this;
336336
}

0 commit comments

Comments
 (0)