아이디 저장 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-21 14:22:12 +09:00
parent 87b8093f92
commit dce23d36cc
3 changed files with 22 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ use CodeIgniter\Controller;
abstract class BaseController extends Controller
{
protected $helpers = ['array', 'function'];
protected $helpers = ['array', 'function', 'cookie'];
protected $session;
protected $data = [];