1
0

Forgot to store url...

This commit is contained in:
Richard Dern 2024-04-17 22:21:30 +02:00
parent a1539ce35c
commit 7fcb52964c

View File

@ -55,6 +55,8 @@ public function createBundle(): string
'cover' => $ref,
]);
$bundle->metadata('metadata')['links']['Page originale'] = [$url];
$bundle->markdown()->set('> ' . $description . "\n\n");
$bundle->save();