2022-01-14 09:04:45 +01:00
|
|
|
<?php
|
|
|
|
namespace Garradin;
|
2022-02-25 13:23:30 +01:00
|
|
|
use Garradin\Entities\Files\File;
|
2022-01-14 09:04:45 +01:00
|
|
|
|
2022-02-25 13:23:30 +01:00
|
|
|
// « signature » par défaut à remplacer (voir configuration)
|
|
|
|
$path = __DIR__ . '/data/default_signature.png';
|
|
|
|
$default_signature_file = (new File)->createAndStore('skel/plugin/recusFiscaux','default_signature.png', $path, null);
|
2022-01-14 09:04:45 +01:00
|
|
|
|