diff --git a/src/Grizzlyware/Salmon/WHMCS/User/Client.php b/src/Grizzlyware/Salmon/WHMCS/User/Client.php index 3fdfd87..a2aed9d 100644 --- a/src/Grizzlyware/Salmon/WHMCS/User/Client.php +++ b/src/Grizzlyware/Salmon/WHMCS/User/Client.php @@ -12,6 +12,23 @@ use Grizzlyware\Salmon\WHMCS\User\Client\Group; use Grizzlyware\Salmon\WHMCS\User\Traits\CanBeLabelled; +/** + * @property-read string $email + * @property-read int $id + * @method static self findOrFail(int $id) + * @method static self|null find(int $id) + * @property string $companyname + * @property string $address1 + * @property string $address2 + * @property string $city + * @property string $state + * @property string $postcode + * @property string $country + * @property string $phonenumber + * @property string $firstname + * @property string $lastname + * @property string $defaultgateway + */ class Client extends \WHMCS\User\Client { use CanBeLabelled;