mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Renamed some stuff, courtesy of sensiolabs.
This commit is contained in:
@@ -41,7 +41,7 @@ class TestDataSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
$user = User::create(['email' => 'thegrumpydictator@gmail.com', 'password' => bcrypt('james'), 'reset' => null, 'remember_token' => null]);
|
||||
$emptyUser = User::create(['email' => 'thegrumpydictator+empty@gmail.com', 'password' => bcrypt('james'), 'reset' => null, 'remember_token' => null]);
|
||||
User::create(['email' => 'thegrumpydictator+empty@gmail.com', 'password' => bcrypt('james'), 'reset' => null, 'remember_token' => null]);
|
||||
|
||||
|
||||
$admin = Role::where('name', 'owner')->first();
|
||||
|
Reference in New Issue
Block a user