"boolean", ]; } public function scopeActive($builder) { $builder->where("status", 1); } // protected static function newFactory(): SitemapFactory // { // // return SitemapFactory::new(); // } }