'required|numeric|min:0|max:1', ]; } public function sanitize(): array { return [ 'enabled' => 'intval', ]; } }