From 0551648399683ecf712196fa85216796fd598e65 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 25 Jul 2021 17:29:50 +0000 Subject: [PATCH] App->data is not needed anymore --- src/App.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.php b/src/App.php index 4564bb0980..7d1258c604 100644 --- a/src/App.php +++ b/src/App.php @@ -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