fix styles

This commit is contained in:
Mohit Panjwani
2019-11-12 18:40:27 +05:30
parent 0fbc26bbe1
commit 1f5c17b655
7 changed files with 112 additions and 62 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);