|string> */ public function rules(): array { return [ 'is_good' => 'required|in:0,1', 'description' => 'string', ]; } }