Similar changes as to Definition::Meta::Class in --::Asset
This commit is contained in:
parent
6154044719
commit
855b59f61d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ Returns an array of the names of all tables in every class used by this class.
|
|||
=cut
|
||||
|
||||
sub get_tables {
|
||||
my $self = shift;
|
||||
my ($self) = @_;
|
||||
if ($self->is_immutable) {
|
||||
return @{ $self->{__immutable}{get_tables_methods} ||= [ $self->_get_tables ] };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue