[CORE][Router] Rename \App\Core\Router\Router to \App\Core\Router and merge \App\Core\Router\RouteLoader with \App\Core\Router

This commit is contained in:
2022-03-27 16:43:59 +01:00
committed by Diogo Peralta Cordeiro
parent 60af9f5e9b
commit 483983790a
79 changed files with 362 additions and 260 deletions

View File

@@ -41,7 +41,7 @@ use App\Core\GSFile;
use App\Core\HTTPClient;
use function App\Core\I18n\_m;
use App\Core\Log;
use App\Core\Router\Router;
use App\Core\Router;
use App\Core\VisibilityScope;
use App\Entity\Note as GSNote;
use App\Util\Common;