]> BookStack Code Mirror - bookstack/blobdiff - app/Setting.php
Refactored the code to first check for the permissions before sorting the book.
[bookstack] / app / Setting.php
index 05bd2c2265e45e65d4ee5f5d03860b1b153ea335..0af3652db628dec19cff86439e5ffa0544aff5bd 100644 (file)
@@ -1,8 +1,4 @@
-<?php
-
-namespace BookStack;
-
-use Illuminate\Database\Eloquent\Model;
+<?php namespace BookStack;
 
 class Setting extends Model
 {