mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Update code to use php 8.4 code, using Nestor.
This commit is contained in:
@@ -34,14 +34,11 @@ class NewVersionAvailable extends Event
|
||||
{
|
||||
use SerializesModels;
|
||||
|
||||
public string $message;
|
||||
|
||||
/**
|
||||
* Create a new event instance. This event is triggered when a new version is available.
|
||||
*/
|
||||
public function __construct(string $message)
|
||||
public function __construct(public string $message)
|
||||
{
|
||||
Log::debug(__METHOD__);
|
||||
$this->message = $message;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user