From 26cf0ffe1d62572df6e530e8149ad5c2b6b6666d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 9 Jan 2017 23:18:08 +0100 Subject: [PATCH] Object: is marked as deprecated --- src/Utils/Object.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Utils/Object.php b/src/Utils/Object.php index 4a7f7c9b4..9363faf4d 100644 --- a/src/Utils/Object.php +++ b/src/Utils/Object.php @@ -49,6 +49,7 @@ * * * @property-read Nette\Reflection\ClassType|\ReflectionClass $reflection + * @deprecated use trait Nette\SmartObject */ abstract class Object {