From 027305517135cd8e9bd6905007133f80e16d04aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Barto=C5=A1?= Date: Wed, 27 Dec 2017 14:20:09 +0100 Subject: [PATCH] PHP 7.2 compatibility --- src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php b/src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php index 480cd89..5278719 100644 --- a/src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php +++ b/src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php @@ -15,9 +15,11 @@ * @author Pavel Železný * @author Filip Procházka */ -class SessionPanel extends Nette\Object implements Tracy\IBarPanel +class SessionPanel implements Tracy\IBarPanel { + use Nette\SmartObject; + const SIGNAL = 'nette-session-panel-delete-session'; const SECTION_TYPE = 'section-type'; const NETTE_SESSION = 'nette-session';