1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Applied latest styles changes from style CI

This commit is contained in:
Dan Brown
2021-10-16 16:01:59 +01:00
parent 263384cf99
commit 6e325de226
23 changed files with 177 additions and 147 deletions

View File

@@ -1,6 +1,7 @@
<?php namespace BookStack\Exceptions;
<?php
namespace BookStack\Exceptions;
class OpenIdConnectException extends NotifyException
{
}