Compare commits
1 Commits
a67f5ead68
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 775229ad0a |
@ -1,7 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Igor\Pdfcreator;
|
namespace Igor\Pdfcreator;
|
||||||
require __DIR__.'/../vendor/autoload.php';
|
|
||||||
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
\define('K_PATH_FONTS', \realpath(__DIR__ . '/../vendor/tecnickcom/tc-lib-pdf-font/target/fonts'));
|
\define('K_PATH_FONTS', \realpath(__DIR__ . '/../vendor/tecnickcom/tc-lib-pdf-font/target/fonts'));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user