Escape global namespaced get_app() calls
- Add deprecated status
This commit is contained in:
@@ -126,7 +126,7 @@ class Temporal
|
||||
*/
|
||||
public static function getDateofBirthField($dob)
|
||||
{
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
|
||||
list($year, $month, $day) = sscanf($dob, '%4d-%2d-%2d');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user