Skip to content

Commit

Permalink
PHP 7.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored Dec 27, 2017
1 parent c2ea057 commit 0273055
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Kdyby/SessionPanel/Diagnostics/SessionPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
* @author Pavel Železný <[email protected]>
* @author Filip Procházka <[email protected]>
*/
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';
Expand Down

0 comments on commit 0273055

Please sign in to comment.