mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 19:58:41 +00:00
14 lines
403 B
PHP
Executable File
14 lines
403 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
|
|
if (\is_file(__DIR__ . '/../../phpOMS/Autoloader.php')) {
|
|
require_once __DIR__ . '/../../phpOMS/Autoloader.php';
|
|
} else {
|
|
require_once __DIR__ . '/../../Autoloader.php';
|
|
}
|
|
|
|
use phpOMS\Autoloader;
|
|
|
|
Autoloader::addPath(__DIR__ . '/../../Resources');
|
|
Autoloader::addPath(__DIR__ . '/../../Resources/tcpdf');
|
|
Autoloader::addPath(__DIR__ . '/../../Resources/Stripe');
|