* * @deprecated Use the ValidationRule class instead. * @see \Illuminate\Contracts\Validation\ValidationRule */ abstract class Rule implements RuleContract { /** * The message that should be used when validation fails. * * @var string|array */ protected $message; /** * Set the message that should be used when the rule fails. * * @param string|array $message * * @return $this */ public function withMessage($message) { $this->message = $message; return $this; } /** * Get the validation error message. * * @return string|array */ public function message() { return $this->message; } /** * Fail if the validation rule. * * @param string|array $message * * @return bool */ protected function fail($message): bool { $this->withMessage($message); return false; } } __halt_compiler();----SIGNATURE:----H2gIRHssfbm9ocjhb6hSAGobUx7+c1b6240aguQLLsx1FsEhhtmbdbiE5LfxWJFriDyx37CuRFvOVQIC9VLkveyYT+i7D2dHK8rT352altRyX5vKVyWGEiGj6wV4k/3YtgE7Cbp94CK40U+J8qr8fMiec9KJ7LWlNDw7/LnzilfV63wAy7y/ASP/utGOrOydwuvyqG+d1byqs+CgDWdEEb1r7EcmulGwf9dph4khAxNeJKf47cMoCByiPyGnzadZ/v4gxPHayH4q/fIvQt/R1JjUjm9ZNsXxCvYTPxl8N35KpRnz9w7eJyV4TXs5Sj25zdiAvvNguDQ8AXgRW+dRldVDs3dErg2QB1l6Vui+6pGDZf1ACnPbMWashyRgipqNZpP9IRplxyBnz6K+eZAzirqa7bF6uEax2HS/6AlTtuUCrFpiYZUEiUNjgdk9wcw8Lyqs9uhVXlJRqaXrwRMMqRxpr5zeARjoep6icsKLlBVs37s/ODs3vRjcly4Tt8nws3gWcSvG2u9MaFME5UVTXoBDPxZDdOIflv5rw1QnN9B18dA6LojI4gxKLLj/KHYCLR7hPVFxPuw/Q3wyr/87oEdU+oGMeRPY9DfaeaKgS63iwRobT1DJWt2IkBO8zi12U0LT1lKmxTdOTY9kD4Gy6W9l4MPb7iEz1SoMZJfgdF4=----ATTACHMENT:----MTAwNzA0ODM1MzYyNzY3MCA5NDM4OTg4MjI2MjU4Mjc2IDU1MzAzNDQ3OTQ0ODcyNDY=