Laravel version update
Laravel version update
This commit is contained in:
14
vendor/egulias/email-validator/EmailValidator/Warning/IPV6Deprecated.php
vendored
Normal file
14
vendor/egulias/email-validator/EmailValidator/Warning/IPV6Deprecated.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Egulias\EmailValidator\Warning;
|
||||
|
||||
class IPV6Deprecated extends Warning
|
||||
{
|
||||
const CODE = 13;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->message = 'Deprecated form of IPV6';
|
||||
$this->rfcNumber = 5321;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user