facturation/install.php

9 lines
175 B
PHP
Raw Permalink Normal View History

2019-11-02 17:53:27 +01:00
<?php
2023-07-21 23:28:54 +02:00
namespace Paheko;
use Paheko\Entities\Files\File;
use Paheko\Plugin\Facturation\Facture;
2019-11-02 17:53:27 +01:00
$db = DB::getInstance();
2019-11-03 17:51:31 +01:00
$db->import(dirname(__FILE__) . "/data/schema.sql");