Use the correct Property meta class for Crud.
This commit is contained in:
parent
63eabc01f1
commit
fa63b00e56
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ use 5.010;
|
||||||
use Moose::Role;
|
use Moose::Role;
|
||||||
use namespace::autoclean;
|
use namespace::autoclean;
|
||||||
use WebGUI::Definition::Meta::Property;
|
use WebGUI::Definition::Meta::Property;
|
||||||
use WebGUI::Definition::Meta::Property::Asset;
|
use WebGUI::Definition::Meta::Property::Crud;
|
||||||
no warnings qw(uninitialized);
|
no warnings qw(uninitialized);
|
||||||
|
|
||||||
with 'WebGUI::Definition::Meta::Class';
|
with 'WebGUI::Definition::Meta::Class';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue