Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing where method in Atlas class #89

Closed
steffdimitrov opened this issue Apr 5, 2018 · 1 comment
Closed

Missing where method in Atlas class #89

steffdimitrov opened this issue Apr 5, 2018 · 1 comment

Comments

@steffdimitrov
Copy link

Hello, and great work guys!
I read documentation last night and I saw this:
http://atlasphp.io/mapper/2.x/reading.html

$threadRecord = $atlas
    ->select(ThreadMapper::class)
    ->where('thread_id = ?', '1')
    ->fetchRecord();

After that I try to make a simple select with where statements and found that where function is missing from Atlas class. Currently I am using atlas/orm": "^2.2 in my composer.json file.

@steffdimitrov
Copy link
Author

It's working - sorry for the spam. I was confused because of my PHP Storm highlighting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant