format code

This commit is contained in:
Simon Vieille 2025-04-13 15:23:43 +02:00
commit 6c4f9120ff
Signed by: deblan
GPG key ID: 579388D585F70417
11 changed files with 23 additions and 18 deletions

View file

@ -37,7 +37,7 @@ class AppController extends Controller
IRequest $request,
protected AppRepository $appRepository,
protected IURLGenerator $urlGenerator,
protected ConfigProxy $config
protected ConfigProxy $config,
) {
parent::__construct($appName, $request);
}