From 34208bf966ee0ee2898cca43d0a7a4dca085dfc5 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Mon, 25 Mar 2019 22:08:01 -0400 Subject: [PATCH] Add manifest module to backend module list --- src/App.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.php b/src/App.php index 1ed6390b43..c0afd514d0 100644 --- a/src/App.php +++ b/src/App.php @@ -724,6 +724,7 @@ class App 'fetch', 'hcard', 'hostxrd', + 'manifest', 'nodeinfo', 'noscrape', 'p',