]> _ Git - psq.git/commitdiff
add address to account
authorLouis Jeckel <louis.jeckel@outlook.com>
Thu, 13 May 2021 14:31:29 +0000 (16:31 +0200)
committerLouis Jeckel <louis.jeckel@outlook.com>
Thu, 13 May 2021 14:31:29 +0000 (16:31 +0200)
app/User.php

index 2cbe0e33eab2770e3e6ac8543158efe0e9d27cc8..1f93c6efc3cb686bd781c135caa29be64eef59a2 100644 (file)
@@ -61,6 +61,7 @@ class User extends Authenticatable implements MustVerifyEmail, SendsEmails
         'address_line_1',
         'postal_code',
         'city',
+        'country',
         'phone',
         'type',
         'unsubscribed',