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:
@@ -36,14 +36,11 @@ class RequestedNewPassword extends Mailable
|
||||
use Queueable;
|
||||
use SerializesModels;
|
||||
|
||||
public string $url;
|
||||
|
||||
/**
|
||||
* RequestedNewPassword constructor.
|
||||
*/
|
||||
public function __construct(string $url)
|
||||
public function __construct(public string $url)
|
||||
{
|
||||
$this->url = $url;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user