mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More PHP8.4 updates
This commit is contained in:
@@ -38,15 +38,13 @@ class NewIPAddressWarningMail extends Mailable
|
||||
use SerializesModels;
|
||||
|
||||
public string $host;
|
||||
public string $ipAddress;
|
||||
public string $time;
|
||||
|
||||
/**
|
||||
* OAuthTokenCreatedMail constructor.
|
||||
*/
|
||||
public function __construct(string $ipAddress)
|
||||
public function __construct(public string $ipAddress)
|
||||
{
|
||||
$this->ipAddress = $ipAddress;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user