DX: [budget calculator] restore previous budget's element type to Charge/Resource kind

+ improve typing
This commit is contained in:
2023-03-28 18:11:41 +02:00
parent 0133e202d2
commit 561d069a3e
4 changed files with 69 additions and 15 deletions

View File

@@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\BudgetBundle\Calculator;
use Chill\BudgetBundle\Entity\AbstractElement;
use Chill\BudgetBundle\Entity\Charge;
use Chill\BudgetBundle\Entity\Resource;