1 | <?php |
||
7 | class Accounts extends ShopsUnitedLaravel |
||
8 | { |
||
9 | /** |
||
10 | * Check if the API key in the config is valid. |
||
11 | * @return bool |
||
12 | */ |
||
13 | public function validate(): bool |
||
26 | |||
27 | /** |
||
28 | * Checks whether a account with the given email exists or not. |
||
29 | * @param string $email |
||
30 | * @return bool |
||
31 | */ |
||
32 | public function exists($email = null): bool |
||
45 | } |
||
46 |
This function has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed from the class and what other function to use instead.