1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Cleaned up namespacing in routes

Also moved home controller and moved controllers up a level in http.
This commit is contained in:
Dan Brown
2023-05-18 20:53:39 +01:00
parent 295cd01605
commit 141eecb858
68 changed files with 299 additions and 354 deletions

View File

@ -4,7 +4,7 @@ namespace BookStack\Settings;
use BookStack\Activity\ActivityType;
use BookStack\Entities\Tools\TrashCan;
use BookStack\Http\Controllers\Controller;
use BookStack\Http\Controller;
use BookStack\Notifications\TestEmail;
use BookStack\References\ReferenceStore;
use BookStack\Uploads\ImageService;

View File

@ -3,7 +3,7 @@
namespace BookStack\Settings;
use BookStack\Activity\ActivityType;
use BookStack\Http\Controllers\Controller;
use BookStack\Http\Controller;
use BookStack\Users\Models\User;
use Illuminate\Http\Request;

View File

@ -2,7 +2,7 @@
namespace BookStack\Settings;
use BookStack\Http\Controllers\Controller;
use BookStack\Http\Controller;
use Illuminate\Support\Facades\Cache;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Session;