Created
August 12, 2022 12:40
-
-
Save mikemix/3ef2121c6b9fe1afc3dc72a5835e2b20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
interface UserInterface {} | |
final class RegularWebUser implements UserInterface {} | |
final class AdminUser implements UserInterface {} | |
final class PowerAdminUser implements UserInterface {} | |
final class WipFunctionalityUser implements UserInterface {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment