From 14e8f38b855f0a0aa5e38e93aeba5b0a3fe9572c Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 2 May 2022 20:14:03 +0300 Subject: [PATCH] feat(endpoints): add missed route name for entires move endpoint --- src/flextype/routes/endpoints/entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flextype/routes/endpoints/entries.php b/src/flextype/routes/endpoints/entries.php index 1953921f..c148a3b6 100644 --- a/src/flextype/routes/endpoints/entries.php +++ b/src/flextype/routes/endpoints/entries.php @@ -81,7 +81,7 @@ app()->patch('/api/v0/entries', [Entries::class, 'update'])->setName('entries.up * Returns: * Entry object with the entry that was just moved. */ -app()->put('/api/v0/entries', [Entries::class, 'move']); +app()->put('/api/v0/entries', [Entries::class, 'move'])->setName('entries.move'); /** * Copy entry