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:
@@ -68,8 +68,6 @@
|
||||
$p = permissions::new();
|
||||
$p->add('conference_control_add', 'temp');
|
||||
|
||||
$database->app_name = 'conference_controls';
|
||||
$database->app_uuid = 'e1ad84a2-79e1-450c-a5b1-7507a043e048';
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
|
||||
@@ -99,8 +97,6 @@
|
||||
$p = permissions::new();
|
||||
$p->add('conference_control_detail_add', 'temp');
|
||||
|
||||
$database->app_name = 'conference_controls';
|
||||
$database->app_uuid = 'e1ad84a2-79e1-450c-a5b1-7507a043e048';
|
||||
$database->save($array);
|
||||
unset($array);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user