jeudi 24 mars 2016

laravel mongodb query returning null

query in laravel using mongodb is returning null. Below is the query:
self::where('_id', $app_id)->
                   where('access_token', $access_token)->
                    where('status', 1)->
                    first();

I am using postman to execute this query based on the requirement.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire