5 lines
80 B
PHP
5 lines
80 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
require dirname(__DIR__) . '/order-import.php';
|