feat: dirty add of the 'type' key (estimate/bill)

This commit is contained in:
Matthieu Bessat 2022-05-18 11:57:44 +02:00
commit 50f05325ed
2 changed files with 12 additions and 2 deletions

View file

@ -7,7 +7,7 @@ use Twig\Extra\Intl\IntlExtension;
require 'vendor/autoload.php';
$data = Yaml::parseFile('./bill.example.yaml');
$data = Yaml::parseFile('./bill.yaml');
$totalDays = 0;
foreach ($data['categories'] as $i => $category) {