Parziphal / parse

Parse with an Eloquent-like interface for Laravel
MIT License
17 stars 13 forks source link

Wrong documentation #4

Closed seeya closed 7 years ago

seeya commented 7 years ago

I'm referring to the Query documentation.

The function $post = Post::where($data)->firstOrCreate();

should be written as $post = Post::firstOrCreate($data);

to prevent any errors.

Parziphal commented 7 years ago

You're right! I'll push the change soon. Thanks~