Skip to content

Commit

Permalink
Update:update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-fathi committed May 30, 2024
1 parent 22dad04 commit ccef38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,12 +558,12 @@ We must have two classes. The First detects conditions second class generates th

```php

use eloquentFilter\QueryFilter\Detection\Contract\DetectorConditionsContract;
use eloquentFilter\QueryFilter\Detection\Contract\ConditionsContract;

/**
/**``
* Class WhereRelationLikeCondition.
*/
class WhereRelationLikeCondition implements DetectorConditionsContract
class WhereRelationLikeCondition implements ConditionsContract
{
/**
* @param $field
Expand Down

0 comments on commit ccef38a

Please sign in to comment.