mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 20:14:03 +00:00
Merge branch 'master' into resolve-confilits
This commit is contained in:
commit
570cd4bb67
42 changed files with 277 additions and 75 deletions
|
|
@ -19,7 +19,7 @@ class ExampleSeeder extends Seeder
|
|||
{
|
||||
DB::table('users')->insert([
|
||||
'name' => Str::random(10),
|
||||
'email' => Str::random(10).'@gmail.com',
|
||||
'email' => Str::random(10) . '@gmail.com',
|
||||
'password' => bcrypt('password'),
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue