diff options
Diffstat (limited to 'matrix-specification/Requests/RequiresAuthenticationOptional.php')
| -rw-r--r-- | matrix-specification/Requests/RequiresAuthenticationOptional.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matrix-specification/Requests/RequiresAuthenticationOptional.php b/matrix-specification/Requests/RequiresAuthenticationOptional.php new file mode 100644 index 0000000..2ff7980 --- /dev/null +++ b/matrix-specification/Requests/RequiresAuthenticationOptional.php @@ -0,0 +1,6 @@ +<?php + +namespace Matrix\Requests; + +interface RequiresAuthenticationOptional +{} |
