We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ActionsController
ActionsRegistry
1 parent 4829c27 commit 9091345Copy full SHA for 9091345
1 file changed
app/Http/Controllers/Iframes/ActionsController.php
@@ -13,6 +13,7 @@ class ActionsController extends Controller
13
public function __invoke(Request $request)
14
{
15
$actions = ActionsRegistry::all();
16
+ ksort($actions);
17
$user = $request->user();
18
$tenantSettings = ActionSetting::query()
19
->where('scope_type', 'tenant')
0 commit comments