10 lines
156 B
PHP
10 lines
156 B
PHP
<?php
|
|
|
|
namespace Garradin;
|
|
|
|
use Garradin\Plugin\Facturation\Facture;
|
|
use Garradin\Plugin\Facturation\Client;
|
|
|
|
$client = new Client;
|
|
$facture = new Facture;
|