Apply fixes from StyleCI
This commit is contained in:
parent
e91362eee6
commit
a5aa089d66
4 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ class AddMoreUserData extends Migration
|
|||
});
|
||||
|
||||
DB::transaction(function () {
|
||||
foreach(User::all() as &$user) {
|
||||
foreach (User::all() as &$user) {
|
||||
$user->username = $user->email;
|
||||
$user->save();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue