]> _ Git - psq.git/commitdiff
filled attributes
authorLouis Jeckel <louis.jeckel@outlook.com>
Mon, 14 Dec 2020 17:01:54 +0000 (18:01 +0100)
committerLouis Jeckel <louis.jeckel@outlook.com>
Mon, 14 Dec 2020 17:01:54 +0000 (18:01 +0100)
app/User.php

index cb34304970cb5220427d7d5de76cacedee039951..d714142ac708af13dd51db2468f763bd9b11f7ae 100644 (file)
@@ -107,7 +107,9 @@ class User extends Authenticatable implements MustVerifyEmail, SendsEmails
         'position',
         'phone',
 //        'employer',
-        'service'
+//        'service',
+        'first_name',
+        'last_name'
     ];
 
     /**