Skip to content

Commit

Permalink
Remove Net as Postfix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 17, 2022
1 parent 612446c commit f8c6e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Postfix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sub new {
my ($class, %args) = @_;

# inherit from Plugin
my $self = $class->SUPER::new(name => 'Postfix', %args);
my $self = $class->SUPER::new(name => 'Postfix', depends => [], %args );

return $self;
}
Expand Down

0 comments on commit f8c6e2b

Please sign in to comment.