fix radius change username

This commit is contained in:
Ibnu Maksum
2024-08-07 10:52:31 +07:00
parent 3c218d9ec9
commit e5ff8c5675
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ class RadiusRest {
}
// customer change username
public function change_username($from, $to)
public function change_username($plan, $from, $to)
{
}