mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fixed some db bugs. These will only pop up when developing.
This commit is contained in:
@@ -113,7 +113,7 @@ class TestData
|
||||
'title' => Crypt::encrypt($attachment['title']),
|
||||
'description' => Crypt::encrypt($attachment['description']),
|
||||
'notes' => Crypt::encrypt($attachment['notes']),
|
||||
'mime' => Crypt::encrypt($attachment['mime']),
|
||||
'mime' => $attachment['mime'],
|
||||
'size' => strlen($attachment['content']),
|
||||
'uploaded' => 1,
|
||||
]
|
||||
|
Reference in New Issue
Block a user