asset role should include generic object role, not itself
This commit is contained in:
parent
845ede878a
commit
57484beb66
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ use Moose::Role;
|
|||
use namespace::autoclean;
|
||||
no warnings qw(uninitialized);
|
||||
|
||||
with 'WebGUI::Definition::Role::Asset';
|
||||
with 'WebGUI::Definition::Role::Object';
|
||||
|
||||
our $VERSION = '0.0.1';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue