Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 6c29cf1

Browse files
Merge pull request #41 from jonassiewertsen/40-remove-duplicate-synthesizer-key
Adjust synthesizer keys to avoid duplicates
2 parents 9e5a4ed + 367265f commit 6c29cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Synthesizers/EntryCollectionSynthesizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class EntryCollectionSynthesizer extends Synth
1010
{
11-
public static $key = 'entry-collection';
11+
public static $key = 'statamic-entry-collection';
1212

1313
public static function match($target)
1414
{

src/Synthesizers/EntrySynthesizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class EntrySynthesizer extends Synth
1010
{
11-
public static $key = 'entry-collection';
11+
public static $key = 'statamic-entry';
1212

1313
public static function match($target)
1414
{

0 commit comments

Comments
 (0)