* [misc] Change gobal to global.

This commit is contained in:
xieqiyu
2024-07-06 09:02:39 +08:00
committed by 孙广明
parent ffbff3b49c
commit fa54aa84e6
+1 -1
View File
@@ -1,5 +1,5 @@
<?php
gobal $app, $config;
global $app, $config;
$app->loadLang('story');
$lang->requirement = clone $lang->story;