We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d689a commit ac015efCopy full SHA for ac015ef
src/Controller/InstallController.php
@@ -19,8 +19,7 @@ class InstallController extends AbstractController
19
{
20
public function __construct(
21
private readonly PackageService $packageService,
22
- ) {
23
- }
+ ) {}
24
25
#[OA\Post(
26
path: '/api/_action/nuonic-plugin-installer/install',
@@ -35,7 +34,7 @@ public function __construct(
35
34
#[Route(
36
37
name: 'api.action.nuonic_plugin_installer.install.execute',
38
- defaults: ['auth_required' => false],
+ defaults: ['auth_required' => true],
39
methods: ['POST']
40
)]
41
public function execute(Request $request, Context $context): Response
0 commit comments