Skip to content

Commit 0976cad

Browse files
author
Oleksii Korshenko
committed
MAGETWO-81841: Added CLI command to enable and disable the Profiler #11407
1 parent 631d547 commit 0976cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Developer/Console/Command/ProfilerDisableCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ProfilerDisableCommand extends Command
3434
/**
3535
* @var File
3636
*/
37-
protected $filesystem;
37+
private $filesystem;
3838

3939
/**
4040
* Initialize dependencies.

app/code/Magento/Developer/Console/Command/ProfilerEnableCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ProfilerEnableCommand extends Command
4545
/**
4646
* @var File
4747
*/
48-
protected $filesystem;
48+
private $filesystem;
4949

5050
/**
5151
* Initialize dependencies.

0 commit comments

Comments
 (0)