- Fixed a deprecated attribute not supported on properties.

@
This commit is contained in:
Dave Mc Nicoll 2025-01-25 00:28:54 +00:00
parent 830a643a56
commit e737e82d7e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ PATTERN;
public array $tokens = [ "url" , "route", "asset", "slug" ]; public array $tokens = [ "url" , "route", "asset", "slug" ];
#[\Deprecated] ##[\Deprecated]
protected bool $enforceExistingArguments = true; protected bool $enforceExistingArguments = true;
public function __construct(string $urlBase = "", string $assetToken = "", array $appUrl = [], bool $forceSSL = false) { public function __construct(string $urlBase = "", string $assetToken = "", array $appUrl = [], bool $forceSSL = false) {