mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-147 Small typo in DeviceController
This commit is contained in:
parent
8780050487
commit
ea9fa824ea
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class DeviceController extends Controller
|
|||
'account.device.delete',
|
||||
[
|
||||
'account' => $request->user(),
|
||||
'devices' => $connector->getDevices($request->user()->identifier)
|
||||
'device' => $connector->getDevices($request->user()->identifier)
|
||||
->where('uuid', $uuid)->first()
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue