Skip to content

Commit

Permalink
fix typo for docs (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritsjustbetter authored Sep 26, 2024
1 parent eda7809 commit f9dd50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrations/GRAYLOON.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Example
->where('email', 'like', '%@example.com')
->get();

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

public function getStoreConfigs(): void
Expand Down

0 comments on commit f9dd50a

Please sign in to comment.