Fix install, use Paheko sign, fix $plugin vars
This commit is contained in:
parent
235f8ceeed
commit
899bf02775
16 changed files with 14 additions and 16 deletions
|
|
@ -7,7 +7,4 @@ $db = DB::getInstance();
|
|||
|
||||
$db->import(dirname(__FILE__) . "/data/schema.sql");
|
||||
|
||||
$path = __DIR__.'/data/default_sign.png';
|
||||
$png = (new File)->createAndStore('skel/plugin/facturation','sign.png', $path, null);
|
||||
|
||||
$plugin->registerSignal('menu.item', [Facture::class, 'menuItem']);
|
||||
Loading…
Add table
Add a link
Reference in a new issue