Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

scopeWhereTranslationLike #183

Merged
merged 5 commits into from
Jan 9, 2016
Merged

scopeWhereTranslationLike #183

merged 5 commits into from
Jan 9, 2016

Conversation

sabau
Copy link
Contributor

@sabau sabau commented Nov 25, 2015

Hi Dismav,
I'm currently using your package in some of my projects.
In order to implement easily some search functions I currently use this scope: WhereTranslationLike
I hope it can be useful to someone else :)

Bye,
Karoly

{
Country::create(['code' => 'some-code', 'name' => 'Griechenland']);

/** @var Country $country */
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy paste? :P

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep :) just an extra scope

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant this line:

/** @var Country $country */

@dimsav
Copy link
Owner

dimsav commented Nov 27, 2015

Excellent! Fix the dummy docblock and ready to 🚢

@sabau
Copy link
Contributor Author

sabau commented Nov 30, 2015

Sorry, I forgot to update the comment.

@dimsav
Copy link
Owner

dimsav commented Jan 9, 2016

Awesome, thanks so much!

dimsav added a commit that referenced this pull request Jan 9, 2016
scopeWhereTranslationLike
@dimsav dimsav merged commit cc468a7 into dimsav:master Jan 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants