first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
$basePath = realpath(__DIR__ . '/..');
|
||||
require_once $basePath . '/classes/Process_ExportRequest.php';
|
||||
|
||||
//require_once "../classes/Process_ExportRequest.php";
|
||||
|
||||
(new Process_ExportRequest())->process();
|
||||
?>
|
||||
Reference in New Issue
Block a user