Added: Fuel record create - not complete yet
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 12s

This commit is contained in:
2025-01-03 17:10:08 +01:00
parent c5955010cb
commit 860a20d946
6 changed files with 93 additions and 3 deletions

5
app/models/Refuel.php Normal file
View File

@ -0,0 +1,5 @@
<?php
class Refuel {
}