mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove travis file and fix NULL error in sqlite.
This commit is contained in:
@@ -810,10 +810,11 @@ class TestData
|
||||
foreach ($this->data['users'] as $user) {
|
||||
$insert[]
|
||||
= [
|
||||
'created_at' => $this->time,
|
||||
'updated_at' => $this->time,
|
||||
'email' => $user['email'],
|
||||
'password' => bcrypt($user['password']),
|
||||
'created_at' => $this->time,
|
||||
'updated_at' => $this->time,
|
||||
'email' => $user['email'],
|
||||
'remember_token' => '',
|
||||
'password' => bcrypt($user['password']),
|
||||
];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user