where("status", static::STATUS_PENDING); } function scopePublished($query) { $query->where("status", static::STATUS_PUBLISHED); } }