We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0969d commit ea26b33Copy full SHA for ea26b33
src/JasperPHP/JasperPHP.php
@@ -21,7 +21,7 @@ function __construct($resource_dir = false)
21
$this->windows = true;
22
23
if (!$resource_dir) {
24
- $this->resource_directory = __DIR__ . '/../../../vendor/lavela/jasperphp/src/JasperStarter/bin';
+ $this->resource_directory = __DIR__ . '/../../../vendor/geekcom/jasperphp/src/JasperStarter/bin';
25
} else {
26
if (!file_exists($resource_dir))
27
throw new \Exception('Invalid resource directory.', 1);
0 commit comments