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) {