Skip to content

Commit

Permalink
Command should not be public
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 3, 2025
1 parent 22ca547 commit 93d211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mjml.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected function checkForDeprecationWarning(string $result): string
return $result;
}

public function getCommand(string $templatePath, string $outputPath, $arguments): array
protected function getCommand(string $templatePath, string $outputPath, $arguments): array
{
$home = getenv('HOME');

Expand Down

0 comments on commit 93d211e

Please sign in to comment.