File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Validation
Upload
[..]
Factory.php (1.16 KB)
Edit
Rename
Del
ImplicitRule.php (140 B)
Edit
Rename
Del
Rule.php (438 B)
Edit
Rename
Del
UncompromisedVerifier.php (267 B)
Edit
Rename
Del
Validator.php (1.36 KB)
Edit
Rename
Del
Edit: UncompromisedVerifier.php
<?php namespace Illuminate\Contracts\Validation; interface UncompromisedVerifier { /** * Verify that the given data has not been compromised in data leaks. * * @param array $data * @return bool */ public function verify($data); }
Simpan