Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
meklis committed Apr 24, 2024
1 parent ccd4328 commit e215787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/BDcom/GP3600/UniInterfacesVlans.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function getPretty()
*/
public function run($filter = [])
{
$gponProfiles = $this->getModule('gpon_profiles')->run()->getPretty();
$gponProfiles = $this->getModule('pon_profiles')->run()->getPretty();
if(!isset($gponProfiles['vlan'])) {
throw new \Exception("Error load vlans profiles list from gpon_profiles module");
}
Expand Down

0 comments on commit e215787

Please sign in to comment.