Skip to content

Commit

Permalink
TASK: Remove obsolete UserInterface
Browse files Browse the repository at this point in the history
The interface was only needed for the old cr: #165 (comment)
  • Loading branch information
mhsdesign committed Oct 16, 2024
1 parent e586a0d commit 576e518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/Domain/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @Flow\Scope("prototype")
* @api
*/
class User extends Person implements UserInterface
class User extends Person
{
/**
* Preferences of this user
Expand Down
30 changes: 0 additions & 30 deletions Neos.Neos/Classes/Domain/Model/UserInterface.php

This file was deleted.

0 comments on commit 576e518

Please sign in to comment.