]> BookStack Code Mirror - bookstack/blobdiff - app/Settings/Setting.php
respective book and chapter structure added.
[bookstack] / app / Settings / Setting.php
index 1a52920eeb73cc6c88e78ad7ec68961ddd30e8cf..2bd56408866a92b02ee209d555abde896e453500 100644 (file)
@@ -1,6 +1,8 @@
-<?php namespace BookStack\Settings;
+<?php
 
-use BookStack\Model;
+namespace BookStack\Settings;
+
+use BookStack\App\Model;
 
 class Setting extends Model
 {