bc4739877c
FossilOrigin-Name: 467790c5738a867592117ea6b3a7ac6c61738dab3b8e29a48fed8f19b9df2b38
11 lines
462 B
PHP
11 lines
462 B
PHP
<?php
|
|
namespace Paheko;
|
|
use Paheko\Entities\Files\File;
|
|
|
|
// « signature » par défaut à remplacer (voir l'onglet de configuration)
|
|
$path = __DIR__ . '/data/default_signature.png';
|
|
$default_signature_file = (new File)->createAndStore('skel/plugin/recusfiscaux',
|
|
'default_signature.png',
|
|
$path,
|
|
null);
|