From 367265f85b606805c2725ff0397c77ec096c23c6 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Wed, 20 Sep 2023 11:58:13 +0200 Subject: [PATCH] Adjust synthesizer keys --- src/Synthesizers/EntryCollectionSynthesizer.php | 2 +- src/Synthesizers/EntrySynthesizer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Synthesizers/EntryCollectionSynthesizer.php b/src/Synthesizers/EntryCollectionSynthesizer.php index 2ea46a3..49b5855 100644 --- a/src/Synthesizers/EntryCollectionSynthesizer.php +++ b/src/Synthesizers/EntryCollectionSynthesizer.php @@ -8,7 +8,7 @@ class EntryCollectionSynthesizer extends Synth { - public static $key = 'entry-collection'; + public static $key = 'statamic-entry-collection'; public static function match($target) { diff --git a/src/Synthesizers/EntrySynthesizer.php b/src/Synthesizers/EntrySynthesizer.php index 2fb5fea..503b911 100644 --- a/src/Synthesizers/EntrySynthesizer.php +++ b/src/Synthesizers/EntrySynthesizer.php @@ -8,7 +8,7 @@ class EntrySynthesizer extends Synth { - public static $key = 'entry-collection'; + public static $key = 'statamic-entry'; public static function match($target) {