]> BookStack Code Mirror - bookstack/blobdiff - app/helpers.php
Update validation.php
[bookstack] / app / helpers.php
index 3f7b5e1b1350c1294adfee1b001775fb3a72b62b..65b61c9f06f30b84883cf5c0475c72a04fb1c237 100644 (file)
@@ -52,7 +52,8 @@ function signedInUser() : bool
  * Check if the current user has general access.
  * @return bool
  */
-function hasAppAccess() : bool {
+function hasAppAccess() : bool
+{
     return !auth()->guest() || setting('app-public');
 }