App->data is not needed anymore
This commit is contained in:
parent
df558d4056
commit
0551648399
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ use Psr\Log\LoggerInterface;
|
||||||
class App
|
class App
|
||||||
{
|
{
|
||||||
public $user;
|
public $user;
|
||||||
public $data = [];
|
|
||||||
public $theme_info = [];
|
public $theme_info = [];
|
||||||
// Allow themes to control internal parameters
|
// Allow themes to control internal parameters
|
||||||
// by changing App values in theme.php
|
// by changing App values in theme.php
|
||||||
|
|
Loading…
Reference in a new issue