Skip to content

Commit e382db9

Browse files
committed
debian autoload path fix
1 parent c0e2bc3 commit e382db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
declare(strict_types=1);
1010

11-
require_once '/usr/share/php/EaseCore/autoload.php';
11+
require_once '/usr/share/php/Ease/autoload.php';
1212

1313
// PSR-4 autoloader for EaseHtml classes
1414
spl_autoload_register(function (string $class): void {

0 commit comments

Comments
 (0)