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