2024-10-03 10:45:05 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
|
|
require_once __DIR__ . '/../src/globals/internal-env.php';
|
2024-10-03 14:52:46 +08:00
|
|
|
require_once __DIR__ . '/mock/SPC_store.php';
|
2025-08-06 20:35:52 +08:00
|
|
|
|
|
|
|
|
\SPC\util\AttributeMapper::init();
|