Merge branch 'develop' into laravel-8

This commit is contained in:
Matthew Penner
2021-01-20 15:32:21 -07:00
15 changed files with 540 additions and 74 deletions

View File

@@ -29,7 +29,7 @@ class DatabaseFactory extends Factory
'database' => Str::random(10),
'username' => Str::random(10),
'remote' => '%',
'password' => $password ?: bcrypt('test123'),
'password' => $password ?: encrypt('test123'),
'created_at' => Carbon::now(),
'updated_at' => Carbon::now(),
];