Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #172 from joshuapaling/patch-1
Browse files Browse the repository at this point in the history
Correct indentation to make example more clear
  • Loading branch information
Chris Burke committed Oct 28, 2014
2 parents 67632a5 + 87df682 commit 675972f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Docs/Documentation/Examples.md
Expand Up @@ -335,9 +335,9 @@ public $filterArgs = array(
'field' => array(
'ThisModel.name',
'OtherModel.name'
)
),
'name'=> array(
)
),
'name'=> array(
'type' => 'query',
'method' => 'searchNameCondition'
)
Expand Down

0 comments on commit 675972f

Please sign in to comment.