mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Update app/Models/TeamInvitation.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ class TeamInvitation extends Model
|
|||||||
/**
|
/**
|
||||||
* Set the email attribute to lowercase.
|
* Set the email attribute to lowercase.
|
||||||
*/
|
*/
|
||||||
public function setEmailAttribute($value)
|
public function setEmailAttribute(string $value): void
|
||||||
{
|
{
|
||||||
$this->attributes['email'] = strtolower($value);
|
$this->attributes['email'] = strtolower($value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user