Skip to content

Commit

Permalink
getMjmlVersion is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
notFloran committed Nov 10, 2020
1 parent 4fe9837 commit ca2a3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer/BinaryRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(string $bin, bool $minify, string $validationLevel)
$this->validationLevel = $validationLevel;
}

private function getMjmlVersion(): int
public function getMjmlVersion(): int
{
if (null === $this->mjmlVersion) {
$process = new Process([
Expand Down

0 comments on commit ca2a3e4

Please sign in to comment.