]> wagnertech.de Git - kivitendo-erp.git/blob - SL/DB/Chart.pm
Das Löschen von Session-Keys auch außerhalb von create_or_refresh_session() implementiert
[kivitendo-erp.git] / SL / DB / Chart.pm
1 package SL::DB::Chart;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Chart;
6
7 __PACKAGE__->meta->make_manager_class;
8
9 1;