Kodeine\Metable\Metable::scopeMeta PHP Method

scopeMeta() public method

Meta scope for easier join -------------------------
public scopeMeta ( $query )
    public function scopeMeta($query)
    {
        return $query->join($this->table . '_meta', $this->table . '.id', '=', $this->table . '_meta.' . $this->getMetaKeyName())->select($this->table . '.*');
    }