File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ public function handle()
6363 $ user ->setEmail ($ email );
6464 $ user ->verifyEmail ();
6565 $ user ->setPassword ($ password );
66+ $ user ->setFirstName ($ email );
67+ $ user ->setLastName ($ email );
68+ $ user ->setIdentifier ($ email );
6669 EntityManager::persist ($ user );
6770 EntityManager::flush ();
6871 }
Original file line number Diff line number Diff line change 114114 ],
115115 "post-autoload-dump" : [
116116 " Illuminate\\ Foundation\\ ComposerScripts::postAutoloadDump" ,
117- " @php artisan package:discover"
117+ " @php artisan package:discover" ,
118+ " @php artisan config:clear" ,
119+ " @php artisan view:clear" ,
120+ " @php artisan doctrine:clear:metadata:cache" ,
121+ " @php artisan doctrine:clear:query:cache" ,
122+ " @php artisan doctrine:clear:result:cache"
118123 ]
119124 },
120125 "config" : {
You can’t perform that action at this time.
0 commit comments