diff --git a/src/config/config.php b/src/config/config.php index 1afb5ea..f477280 100644 --- a/src/config/config.php +++ b/src/config/config.php @@ -40,6 +40,8 @@ 'Lang::Get' => array( '@Lang::Get\(\s*(\'.*\')\s*(,.*)*\)@U', '@Lang::Get\(\s*(".*")\s*(,.*)*\)@U', + '@Lang::get\(\s*(\'.*\')\s*(,.*)*\)@U', + '@Lang::get\(\s*(".*")\s*(,.*)*\)@U', ), 'trans_choice' => array( '@trans_choice\(\s*(\'.*\')\s*,.*\)@U',