belongsTo(Plant::class); } public function prunable(): Builder { return static::where('created_at', '<=', now()->subMonthsNoOverflow(6)); } }