mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Compatibility fix with Delphi 10.4 Sydney
This commit is contained in:
parent
d231ebf3cb
commit
0816f12ed8
@ -2615,7 +2615,7 @@ begin
|
||||
for I := 0 to Length(lActionFormalParams) - 1 do
|
||||
begin
|
||||
lServiceName := '';
|
||||
{$IF Defined(SYDNEYORBETTER)}
|
||||
{$IF Defined(ALEXANDRIAORBETTER)}
|
||||
lInjectAttribute := lActionFormalParams[I].GetAttribute<MVCInjectAttribute>;
|
||||
{$ELSE}
|
||||
lInjectAttribute := TRttiUtils.GetAttribute<MVCInjectAttribute>(lActionFormalParams[I]);
|
||||
|
Loading…
Reference in New Issue
Block a user