We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be9d1a commit 1db14f7Copy full SHA for 1db14f7
1 file changed
src/Core/GuestPolicy.php
@@ -19,12 +19,12 @@
19
* You should have received a copy of the GNU Lesser General Public License along
20
* with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
21
*/
22
-namespace BigBlueButton\Core;
23
-
24
-final class GuestPolicy
25
-{
26
- public const ALWAYS_ACCEPT = 'ALWAYS_ACCEPT';
27
- public const ALWAYS_DENY = 'ALWAYS_DENY';
28
- public const ASK_MODERATOR = 'ASK_MODERATOR';
29
- public const ALWAYS_ACCEPT_AUTH = 'ALWAYS_ACCEPT_AUTH';
30
-}
+namespace BigBlueButton\Core;
+
+final class GuestPolicy
+{
+ public const ALWAYS_ACCEPT = 'ALWAYS_ACCEPT';
+ public const ALWAYS_DENY = 'ALWAYS_DENY';
+ public const ASK_MODERATOR = 'ASK_MODERATOR';
+ public const ALWAYS_ACCEPT_AUTH = 'ALWAYS_ACCEPT_AUTH';
+}
0 commit comments