]> BookStack Code Mirror - bookstack/blobdiff - app/Settings/MaintenanceController.php
Played around with a new app structure
[bookstack] / app / Settings / MaintenanceController.php
similarity index 96%
rename from app/Http/Controllers/MaintenanceController.php
rename to app/Settings/MaintenanceController.php
index 8bfefb7acb95f1fe4c7d509f4e7084ba14e4da05..7bf4c973c50116a9f70353bf9fe9dd6b90320d3f 100644 (file)
@@ -1,9 +1,10 @@
 <?php
 
-namespace BookStack\Http\Controllers;
+namespace BookStack\Settings;
 
-use BookStack\Actions\ActivityType;
+use BookStack\Activity\ActivityType;
 use BookStack\Entities\Tools\TrashCan;
+use BookStack\Http\Controllers\Controller;
 use BookStack\Notifications\TestEmail;
 use BookStack\References\ReferenceStore;
 use BookStack\Uploads\ImageService;