App->data is not needed anymore

This commit is contained in:
Michael 2021-07-25 17:29:50 +00:00
parent df558d4056
commit 0551648399
1 changed files with 0 additions and 1 deletions

View File

@ -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