First steps in update to 1.3.0

This commit is contained in:
Noizette 2023-07-21 23:28:54 +02:00
parent 4aaed6f3c2
commit 3537314762
18 changed files with 33 additions and 34 deletions

View file

@ -1,14 +1,14 @@
<?php
namespace Garradin\Plugin\Facturation;
namespace Paheko\Plugin\Facturation;
use DateTime;
use Garradin\Config;
use Garradin\DB;
use Garradin\DynamicList;
use Garradin\UserException;
use Garradin\Utils;
use Garradin\Services\Services_User;
use Paheko\Config;
use Paheko\DB;
use Paheko\DynamicList;
use Paheko\UserException;
use Paheko\Utils;
use Paheko\Services\Services_User;
class Facture
{