9 lines
295 B
PHP
9 lines
295 B
PHP
<?php
|
|
namespace Garradin;
|
|
use Garradin\Entities\Files\File;
|
|
|
|
// « 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);
|
|
|