'boolean' ]; public function scopeFetch($query, $slug) { return $query->whereSlug($slug); } public function scopeActive($query, $type = true) { return $query->whereIsActive($type); } }