mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -11,7 +11,7 @@ use Illuminate\Console\Command;
|
||||
class UpgradeSkeleton extends Command
|
||||
{
|
||||
use ShowsFriendlyMessages;
|
||||
public const CONFIG_NAME = '480_some_name';
|
||||
public const string CONFIG_NAME = '480_some_name';
|
||||
|
||||
protected $description = 'SOME DESCRIPTION';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user