- Fixed a deprecated attribute not supported on properties.
@
This commit is contained in:
parent
830a643a56
commit
e737e82d7e
|
@ -30,7 +30,7 @@ PATTERN;
|
|||
|
||||
public array $tokens = [ "url" , "route", "asset", "slug" ];
|
||||
|
||||
#[\Deprecated]
|
||||
##[\Deprecated]
|
||||
protected bool $enforceExistingArguments = true;
|
||||
|
||||
public function __construct(string $urlBase = "", string $assetToken = "", array $appUrl = [], bool $forceSSL = false) {
|
||||
|
|
Loading…
Reference in New Issue