Skip to content

Commit

Permalink
Merge pull request #150 from jerome2710/feature/fix-for-non-laravel-p…
Browse files Browse the repository at this point in the history
…rojects

Fix 2D for non Laravel projects
  • Loading branch information
milon authored Jun 28, 2022
2 parents 1ebd33e + 0def2d2 commit 90d19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Milon/Barcode/DNS2D.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ protected function checkfile($path) {
return $path;
}

protected function setStorPath($path) {
public function setStorPath($path) {
$this->store_path = rtrim($path, '/' . DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
return $this;
}
Expand Down

0 comments on commit 90d19d4

Please sign in to comment.