Merge branch 'update-front' of https://gitlab.com/mohit.panjvani/crater-web into auto-update

This commit is contained in:
Aman upadhyay
2019-11-15 12:20:47 +05:30
66 changed files with 19340 additions and 288 deletions

View File

@ -15,10 +15,10 @@ class UsersTableSeeder extends Seeder
public function run()
{
User::create([
'email' => 'admin@crater.in',
'email' => 'admin@craterapp.com',
'name' => 'Jane Doe',
'role' => 'admin',
'password' => Hash::make('admin@123')
'password' => Hash::make('crater@123')
]);
Setting::setSetting('profile_complete', 0);