Skip to content

Commit

Permalink
Merge pull request #41 from jonassiewertsen/40-remove-duplicate-synth…
Browse files Browse the repository at this point in the history
…esizer-key

Adjust synthesizer keys to avoid duplicates
  • Loading branch information
jonassiewertsen authored Sep 20, 2023
2 parents 9e5a4ed + 367265f commit 6c29cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Synthesizers/EntryCollectionSynthesizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class EntryCollectionSynthesizer extends Synth
{
public static $key = 'entry-collection';
public static $key = 'statamic-entry-collection';

public static function match($target)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Synthesizers/EntrySynthesizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class EntrySynthesizer extends Synth
{
public static $key = 'entry-collection';
public static $key = 'statamic-entry';

public static function match($target)
{
Expand Down

0 comments on commit 6c29cf1

Please sign in to comment.