20220717
This commit is contained in:
14
vendor/illuminate/contracts/Validation/DataAwareRule.php
vendored
Normal file
14
vendor/illuminate/contracts/Validation/DataAwareRule.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Validation;
|
||||
|
||||
interface DataAwareRule
|
||||
{
|
||||
/**
|
||||
* Set the data under validation.
|
||||
*
|
||||
* @param array $data
|
||||
* @return $this
|
||||
*/
|
||||
public function setData($data);
|
||||
}
|
Reference in New Issue
Block a user