2e8eb26e5a
FossilOrigin-Name: 91a2a75c24b4c340d69c6c80c9779b8e1454a8708181c92db13115a843e06281
11 lines
466 B
PHP
11 lines
466 B
PHP
<?php
|
|
namespace Garradin;
|
|
use Garradin\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);
|