CrazyIter 5 anni fa
parent
commit
0cf5d9a6b7

+ 1 - 1
TEAMModelOS.SDK/Helper/Common/ReflectorExtensions/ReflectorExtensions.cs

@@ -50,7 +50,7 @@ namespace TEAMModelOS.SDK.Helper.Common.ReflectorExtensions
               where attributes != null && attributes.Length > 0
               select new { Type = t, Attributes = attributes.Cast<T>() };
 
-            return typesWithMyAttribute;
+            return null;
         }
     }
 }