Skip to content

Commit

Permalink
Merge pull request #11 from nimah79/master
Browse files Browse the repository at this point in the history
fix: add missing single quote
  • Loading branch information
akki-io authored Apr 25, 2024
2 parents dc3b1a8 + da21bc1 commit e5d90a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You may search nested relationships using dot notation.
* @var array
*/
public static $searchRelations = [
'user.location' => ['state_abbr', 'country_abbr],
'user.location' => ['state_abbr', 'country_abbr'],
];
```

Expand Down

0 comments on commit e5d90a7

Please sign in to comment.