From 548a11d501749fa61ef894fd8818abae5668554f Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 5 Jun 2023 09:28:32 +0000 Subject: [PATCH] fix(webmanifest): import misc helper to get site_icon_url --- app/Controllers/WebmanifestController.php | 2 ++ pnpm-lock.yaml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/Controllers/WebmanifestController.php b/app/Controllers/WebmanifestController.php index 9f7895a3..ee33a201 100644 --- a/app/Controllers/WebmanifestController.php +++ b/app/Controllers/WebmanifestController.php @@ -50,6 +50,8 @@ class WebmanifestController extends Controller public function index(): ResponseInterface { + helper('misc'); + $webmanifest = [ 'name' => esc(service('settings') ->get('App.siteName')), 'description' => esc(service('settings') ->get('App.siteDescription')), diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1a2721c6..c7524599 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: "6.0" +lockfileVersion: "6.1" + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: "@amcharts/amcharts4":