Revision 2914c199
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/DB/Warehouse.pm | ||
---|---|---|
6 | 6 |
use strict; |
7 | 7 |
|
8 | 8 |
use SL::DB::MetaSetup::Warehouse; |
9 |
use SL::DB::Manager::Warehouse; |
|
9 |
|
|
10 |
__PACKAGE__->meta->make_manager_class; |
|
10 | 11 |
|
11 | 12 |
__PACKAGE__->meta->add_relationship( |
12 | 13 |
bins => { |
Auch abrufbar als: Unified diff
Warehouse hat keine explizite Managerclass mehr.