Skip to content
Snippets Groups Projects
Verified Commit f1cd563b authored by Andrei Mondoc's avatar Andrei Mondoc Committed by Kevin Cristiano
Browse files

global namesapce

parent 0315f33d
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ class Rest extends Base {
// If this fails, get it from config.
if ( $domain_id === 0 ) {
$domain_id = CRM_Core_Config::domainID();
$domain_id = \CRM_Core_Config::domainID();
}
// Call API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment