]> BookStack Code Mirror - bookstack/blobdiff - app/Services/Facades/Setting.php
Set /app PHP code to PSR-2 standard
[bookstack] / app / Services / Facades / Setting.php
index 02165300420f8bf9af49c32c8e2a4f8d3466c27f..ec6e484dae33659b2094c372d649dc557a29d0de 100644 (file)
@@ -1,6 +1,5 @@
 <?php namespace BookStack\Services\Facades;
 
-
 use Illuminate\Support\Facades\Facade;
 
 class Setting extends Facade
@@ -10,5 +9,8 @@ class Setting extends Facade
      *
      * @return string
      */
-    protected static function getFacadeAccessor() { return 'setting'; }
-}
\ No newline at end of file
+    protected static function getFacadeAccessor()
+    {
+        return 'setting';
+    }
+}