use new namespace style
This commit is contained in:
parent
43be624bf6
commit
27675b7219
5 changed files with 13 additions and 7 deletions
|
@ -16,8 +16,8 @@
|
|||
declare(strict_types = 1);
|
||||
|
||||
use CRM_Twingle_ExtensionUtil as E;
|
||||
use CRM_Twingle_Exceptions_ProfileException as ProfileException;
|
||||
use CRM_Twingle_Exceptions_ProfileValidationError as ProfileValidationError;
|
||||
use CRM\Twingle\Exceptions\ProfileException as ProfileException;
|
||||
use CRM\Twingle\Exceptions\ProfileValidationError as ProfileValidationError;
|
||||
|
||||
/**
|
||||
* Profiles define how incoming submissions from the Twingle API are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue