Skip to content

Commit f9dd50a

Browse files
fix typo for docs (#44)
1 parent eda7809 commit f9dd50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/GRAYLOON.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Example
9898
->where('email', 'like', '%@example.com')
9999
->get();
100100

101-
$this->magento->get('customers', $searchCriteria);
101+
$this->magento->get('customers/search', $searchCriteria);
102102
}
103103

104104
public function getStoreConfigs(): void

0 commit comments

Comments
 (0)