From: Louis Jeckel Date: Thu, 13 May 2021 14:31:29 +0000 (+0200) Subject: add address to account X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0ad4d385b1eeb32eb616d388284562ea348cdb60;p=psq.git add address to account --- diff --git a/app/User.php b/app/User.php index 2cbe0e3..1f93c6e 100644 --- a/app/User.php +++ b/app/User.php @@ -61,6 +61,7 @@ class User extends Authenticatable implements MustVerifyEmail, SendsEmails 'address_line_1', 'postal_code', 'city', + 'country', 'phone', 'type', 'unsubscribed',