From 6bdb70033fee1b2d34abb3e2dff088610525d826 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 5 Jan 2023 22:13:06 +0100 Subject: [PATCH] chore: remove `kirby-` prefix from plugin name --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e0e8bfa..ca5cb0c 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ 'KirbyHeadless\\Api\\Middlewares' => 'src/classes/Middlewares.php' ], __DIR__); -\Kirby\Cms\App::plugin('johannschopplich/kirby-headless', [ +\Kirby\Cms\App::plugin('johannschopplich/headless', [ 'hooks' => [ // Explicitly register catch-all routes only when Kirby and all plugins // have been loaded to ensure no other routes are overwritten