mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12117)
* Apply fixes from StyleCI * Disable style check
This commit is contained in:
@@ -21,11 +21,12 @@
|
||||
* @package LibreNMS
|
||||
* @subpackage Alerts
|
||||
*/
|
||||
|
||||
namespace LibreNMS\Alert\Transport;
|
||||
|
||||
use LibreNMS\Enum\AlertState;
|
||||
use LibreNMS\Alert\Transport;
|
||||
use LibreNMS\Config;
|
||||
use LibreNMS\Enum\AlertState;
|
||||
|
||||
class Mail extends Transport
|
||||
{
|
||||
@@ -51,11 +52,11 @@ class Mail extends Transport
|
||||
'name' => 'email',
|
||||
'descr' => 'Email address of contact',
|
||||
'type' => 'text',
|
||||
]
|
||||
],
|
||||
],
|
||||
'validation' => [
|
||||
'email' => 'required|email'
|
||||
]
|
||||
'email' => 'required|email',
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user