Skip to content

Commit 3b584ae

Browse files
authored
Update Controller.php
Debugged typo in the controller (findTranslation ->find)
1 parent 63de868 commit 3b584ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function postImport(Request $request)
108108

109109
public function postFind()
110110
{
111-
$this->service->findTranslations();
111+
$this->service->find();
112112

113113
return [
114114
'success' => true,

0 commit comments

Comments
 (0)