Skip to content

Commit 15b5ef9

Browse files
authored
Update DefaultUsersTableSeeder.php
1 parent 9247240 commit 15b5ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database/Seeds/DefaultUsersTableSeeder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public function run()
4444
'password' => bcrypt('password'),
4545
]);
4646

47-
$newUser;
4847
$newUser->attachRole($userRole);
4948
echo "\e[32mSeeding:\e[0m DefaultUsersTableSeeder - User:user@user.com\r\n";
5049
}

0 commit comments

Comments
 (0)