mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
@@ -98,8 +98,7 @@ class TestData
|
||||
*/
|
||||
private function createAttachments()
|
||||
{
|
||||
$insert = [];
|
||||
$disk = Storage::disk('upload');
|
||||
$disk = Storage::disk('upload');
|
||||
foreach ($this->data['attachments'] as $attachment) {
|
||||
$data = Crypt::encrypt($attachment['content']);
|
||||
$attachmentId = DB::table('attachments')->insertGetId(
|
||||
|
Reference in New Issue
Block a user