mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-11 01:19:31 +00:00
Add some PHP 8.3-only features.
This commit is contained in:
@@ -31,7 +31,7 @@ use Illuminate\Support\Facades\Route;
|
||||
*/
|
||||
class RouteServiceProvider extends ServiceProvider
|
||||
{
|
||||
public const HOME = '/';
|
||||
public const string HOME = '/';
|
||||
protected $namespace = '';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user