- Implemented OrdersRepository for handling order data with pagination, filtering, and sorting capabilities. - Added methods for retrieving order status options, quick stats, and detailed order information. - Created OrderStatusRepository for managing order status groups and statuses, including CRUD operations and sorting. - Introduced a bootstrap file for test environment setup and autoloading.
6 lines
113 B
PHP
6 lines
113 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
fwrite(STDERR, "Cron module has been archived in users-only reset.\n");
|
|
exit(1);
|