Skip to content

Commit

Permalink
Merge branch 'k_path_images_constant_bugfix' of github.com:tarfin-lab…
Browse files Browse the repository at this point in the history
…s/easy-pdf into k_path_images_constant_bugfix
  • Loading branch information
tkaratug committed Oct 10, 2024
2 parents afded76 + 2ab619d commit 0a825df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EasyPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class EasyPdf
*/
public function __construct(?string $imagePath = null)
{
if ($imagePath !== null && !defined('K_PATH_IMAGES')) {
if ($imagePath !== null && ! defined('K_PATH_IMAGES')) {
define('K_PATH_IMAGES', $imagePath);
}

Expand Down

0 comments on commit 0a825df

Please sign in to comment.