mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-07-08 16:36:52 +02:00
Set persisted ordering back
This commit is contained in:
@ -18,8 +18,7 @@ class TwoFAccountController extends Controller
|
|||||||
*/
|
*/
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
return response()->json(TwoFAccount::ofGroup(Options::get('activeGroup'))->get()->toArray());
|
return response()->json(TwoFAccount::ofGroup(Options::get('activeGroup'))->ordered()->get()->toArray());
|
||||||
//return response()->json(TwoFAccount::ordered()->get()->toArray());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user