vhost init...2

This commit is contained in:
최준흠 2024-05-08 13:28:32 +09:00
parent dd57f23659
commit 2fa017e8f6

View File

@ -14,7 +14,7 @@ use Psr\Log\LoggerInterface;
class BillingController extends FrontController
{
const DEFAULT_CATEGORY = "billinginfo";
const DEFAULT_CATEGORY = "billing";
private $_userModel = null;
private $_orderModel = null;
private $_orderBillingModel = null;