Skip to content

Commit a5639c5

Browse files
committed
Update TranslationController.php
1 parent 32a134b commit a5639c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/TranslationController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function phrase(Translation $translation, Phrase $phrase): JsonResponse
120120
'translation' => $translation,
121121
]);
122122
}
123-
public function updatePhrase(Phrase $phrase): JsonResponse
123+
public function updatePhrase(Translation $translation, Phrase $phrase): JsonResponse
124124
{
125125
// validate value is required
126126
request()->validate([

0 commit comments

Comments
 (0)