radius move to expired pool

This commit is contained in:
Ibnu Maksum
2023-10-16 10:15:45 +07:00
parent 92f072a861
commit 6a6434b39c
2 changed files with 15 additions and 5 deletions

View File

@ -283,7 +283,7 @@ class Radius
/**
* To insert or update existing customer Attribute
*/
private static function upsertCustomerAttr($username, $attr, $value, $op = ':=')
public static function upsertCustomerAttr($username, $attr, $value, $op = ':=')
{
$r = Radius::getTableCustomerAttr()->where_equal('username', $username)->whereEqual('attribute', $attr)->find_one();
if (!$r) {