Skip to content

Commit 7b38513

Browse files
authored
Merge pull request #3 from atlas-wong/master
Update Controller.php
2 parents 63de868 + 3b584ae commit 7b38513

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)