File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/Kdyby/SessionPanel/Diagnostics Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " >=5.3.2" ,
24
- "nette/di" : " ~2.2" ,
25
- "nette/http" : " ~2.2" ,
23
+ "php" : " >=5.4.0" ,
24
+ "nette/di" : " ~2.4" ,
25
+ "nette/http" : " ~2.4" ,
26
+ "nette/utils" : " ~2.4" ,
26
27
"tracy/tracy" : " ~2.4"
27
28
},
28
29
"autoload" : {
Original file line number Diff line number Diff line change 15
15
* @author Pavel Železný <[email protected] >
16
16
* @author Filip Procházka <[email protected] >
17
17
*/
18
- class SessionPanel extends Nette \Object implements Tracy \IBarPanel
18
+ class SessionPanel implements Tracy \IBarPanel
19
19
{
20
20
21
+ use Nette \SmartObject;
22
+
21
23
const SIGNAL = 'nette-session-panel-delete-session ' ;
22
24
const SECTION_TYPE = 'section-type ' ;
23
25
const NETTE_SESSION = 'nette-session ' ;
You can’t perform that action at this time.
0 commit comments