php_worker 수정

This commit is contained in:
2025-12-23 16:19:22 +09:00
parent 454bb77a07
commit 76e79ea4cf
3 changed files with 52 additions and 13 deletions

View File

@@ -88,5 +88,5 @@ class Autoload extends AutoloadConfig
*
* @var list<string>
*/
public $helpers = ['url'];
public $helpers = ['log','url'];
}