diff options
| author | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2025-02-04 07:34:28 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-02-04 07:34:28 +0000 |
| commit | 0255fd6616f46af455e6fb69ec1e0a4c0caa9718 (patch) | |
| tree | b2673b5522225cf865696957ae7a68886a0746f9 | |
| parent | bd9472fe1b810e88dcb825a60063085fc4bb7418 (diff) | |
Polishing: Enable PHP-DI v7 attributes
Closes #5214
Merge request studip/studip!3907
| -rw-r--r-- | lib/classes/DIContainer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/DIContainer.php b/lib/classes/DIContainer.php index c3d9b82..0b288bb 100644 --- a/lib/classes/DIContainer.php +++ b/lib/classes/DIContainer.php @@ -52,6 +52,7 @@ class DIContainer self::getCompilationClass() ); } + $builder->useAttributes(true); $builder->addDefinitions('lib/bootstrap-definitions.php'); $jsonapiSettings = require 'lib/classes/JsonApi/settings.php'; |
