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