2022-01-14 09:04:45 +01:00
|
|
|
<?php
|
2023-09-28 11:08:46 +02:00
|
|
|
namespace Paheko;
|
|
|
|
use Paheko\Entities\Files\File;
|
2022-01-14 09:04:45 +01:00
|
|
|
|
2022-02-25 18:07:24 +01:00
|
|
|
// « signature » par défaut à remplacer (voir l'onglet de configuration)
|
2022-02-25 13:23:30 +01:00
|
|
|
$path = __DIR__ . '/data/default_signature.png';
|
2022-03-03 12:09:52 +01:00
|
|
|
$default_signature_file = (new File)->createAndStore('skel/plugin/recusfiscaux',
|
|
|
|
'default_signature.png',
|
|
|
|
$path,
|
|
|
|
null);
|