mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove database app_name and app_uuid (#7562)
- Remove database app_name, app_uuid - This is handled automatically by the database class - Remove redundant database::new()
This commit is contained in:
@@ -167,9 +167,7 @@
|
||||
$array['users'][0]['user_status'] = $agent_status;
|
||||
}
|
||||
|
||||
//save to the data
|
||||
$database->app_name = 'call_center';
|
||||
$database->app_uuid = '95788e50-9500-079e-2807-fd530b0ea370';
|
||||
//save to the database
|
||||
$database->save($array);
|
||||
|
||||
//syncrhonize configuration
|
||||
|
||||
Reference in New Issue
Block a user