mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-16 16:22:48 +08:00
Merge branch 'master' into release
This commit is contained in:
commit
f784c03746
|
@ -21,10 +21,10 @@ class CreateUsersTable extends Migration
|
|||
$table->timestamps();
|
||||
});
|
||||
|
||||
\BookStack\User::create([
|
||||
\BookStack\User::forceCreate([
|
||||
'name' => 'Admin',
|
||||
'email' => 'admin@admin.com',
|
||||
'password' => \Illuminate\Support\Facades\Hash::make('password')
|
||||
'password' => bcrypt('password')
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user