Skip to content

Commit

Permalink
fixup! feat(app-framework): Add UseSession attribute to replace annot…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 26, 2023
1 parent 4c9766e commit af46e6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/public/AppFramework/Http/Attribute/UseSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@

use Attribute;

/**
* Attribute for controller methods that need to read/write PHP session data
*
* @since 26.0.0
*/
#[Attribute]
class UseSession {
}

0 comments on commit af46e6a

Please sign in to comment.