KatjaGlassConsulting / ApprovalBundle

A Kimai Plugin to manage weekly approval workflow
MIT License
11 stars 14 forks source link

use correct base class for migration #33

Closed kevinpapst closed 4 months ago

kevinpapst commented 5 months ago

This fixes some Doctrine deprecations, which only happen during install.

The upcoming Doctrine 4 will handle transactions in Migrations different. The Kimai base class takes care of the correct implementation.