feat: dirty add of the 'type' key (estimate/bill)
This commit is contained in:
parent
d045d04cc9
commit
50f05325ed
2 changed files with 12 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue