dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-10 19:16:23 +09:00
parent 8c97e98d0a
commit e60275851f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class Http
{
protected array $headers = [];
public function __construct() {}
protected function __construct() {}
public function getHeaders(): array
{

View File

@ -1,4 +1,4 @@
<?
<?php
namespace lib\Http;