Skip to content

Commit 2dcacf1

Browse files
authored
Needs to be protected (hestiacp#3283)
1 parent 60b185d commit 2dcacf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/WebApp/Installers/BaseSetup.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use Hestia\WebApp\Installers\Resources\WpResource;
1212

1313
abstract class BaseSetup implements InstallerInterface {
14-
public $appInfo;
15-
public $config;
14+
protected $appInfo;
15+
protected $config;
1616
protected $domain;
1717
protected $extractsubdir;
1818
protected $AppDirInstall;

0 commit comments

Comments
 (0)