Skip to content

Commit

Permalink
Fix property setter
Browse files Browse the repository at this point in the history
  • Loading branch information
billtomczak committed Oct 27, 2021
1 parent 27d5c6a commit 4680939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/CopyLanguageTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function setTo($code)
*/
public function fromDir($directory)
{
$this->fromDirectory;
$this->fromDirectory = $directory;
}

/**
Expand Down

0 comments on commit 4680939

Please sign in to comment.