]> git.mxchange.org Git - friendica.git/commitdiff
App->data is not needed anymore
authorMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 17:29:50 +0000 (17:29 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 25 Jul 2021 17:29:50 +0000 (17:29 +0000)
src/App.php

index 4564bb0980848038d07269c1acb6c5c72c1aa635..7d1258c6046c3d2ab1aade05c5ed3152c50f9640 100644 (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