From 5eca7777585e4d36e8b89d23c2f45eb6eb83c2ed Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 2 May 2022 18:55:53 +0300 Subject: [PATCH] feat(console): rename entrie to entries --- .../Entries/{EntrieFetchCommand.php => EntriesFetchCommand.php} | 0 .../Entries/{EntrieMoveCommand.php => EntriesMoveCommand.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/flextype/core/Console/Commands/Entries/{EntrieFetchCommand.php => EntriesFetchCommand.php} (100%) rename src/flextype/core/Console/Commands/Entries/{EntrieMoveCommand.php => EntriesMoveCommand.php} (100%) diff --git a/src/flextype/core/Console/Commands/Entries/EntrieFetchCommand.php b/src/flextype/core/Console/Commands/Entries/EntriesFetchCommand.php similarity index 100% rename from src/flextype/core/Console/Commands/Entries/EntrieFetchCommand.php rename to src/flextype/core/Console/Commands/Entries/EntriesFetchCommand.php diff --git a/src/flextype/core/Console/Commands/Entries/EntrieMoveCommand.php b/src/flextype/core/Console/Commands/Entries/EntriesMoveCommand.php similarity index 100% rename from src/flextype/core/Console/Commands/Entries/EntrieMoveCommand.php rename to src/flextype/core/Console/Commands/Entries/EntriesMoveCommand.php