Automation init...2

This commit is contained in:
최준흠 2024-09-09 11:26:30 +09:00
parent b652503c95
commit 6b273f0551

View File

@ -8,6 +8,8 @@ abstract class CommonController extends BaseController
{
private $_datas = [];
protected function __construct() {}
final public function __get($name): array|null
{
if (!array_key_exists($name, $this->_datas)) {