mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 03:44:53 +00:00
Remove the vendor directory in .gitignore as these dependencies are needed for php-imap
This commit is contained in:
14
plugins/php-imap/vendor/illuminate/contracts/Validation/UncompromisedVerifier.php
vendored
Normal file
14
plugins/php-imap/vendor/illuminate/contracts/Validation/UncompromisedVerifier.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?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);
|
||||
}
|
||||
Reference in New Issue
Block a user