Rubenwouters\CrmLauncher\Models\Contact::scopeFindByFbId PHP Method

scopeFindByFbId() public method

* |-------------------------------------------------------------------------- | Scopes |-------------------------------------------------------------------------- | | Scopes of Contact model |
public scopeFindByFbId ( $query, $id )
    public function scopeFindByFbId($query, $id)
    {
        return $query->where('facebook_id', $id)->orderBy('id', 'DESC')->first();
    }