New set of PHP 8.4 files

This commit is contained in:
James Cole
2024-11-26 18:04:32 +01:00
parent 64aefe5848
commit 4ba1c5bcfc
8 changed files with 137 additions and 131 deletions

View File

@@ -44,6 +44,9 @@ abstract class Controller extends BaseController
use UserNavigation;
use ValidatesRequests;
// fails on PHP < 8.4
public protected(set) string $name;
protected string $dateTimeFormat;
protected string $monthAndDayFormat;
protected string $monthFormat;