38471-vm/db/migrations/20260503_seed_chart_of_accounts.php
2026-05-03 02:08:14 +00:00

10 lines
245 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__) . '/config.php';
require_once dirname(__DIR__, 2) . '/includes/accounting_helper.php';
if (function_exists('seedDefaultAccountingAccounts')) {
seedDefaultAccountingAccounts();
}