aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRoscoeDaWah <roscoe@wah.moe>2025-01-22 21:58:19 +0000
committerRoscoeDaWah <roscoe@wah.moe>2025-01-22 22:22:23 +0000
commitedca6b7abf6b961abd4054194a5e16ea16131778 (patch)
tree921d082b6c33461737649ebcb5bd35274403edb5 /bootstrap
parent006ad34e1bb22361b9e5ebfdb3de4a0239e2e460 (diff)
Update packages, remove remnants of multidomaining
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/app.php b/bootstrap/app.php
index b926f0e..037e17d 100644
--- a/bootstrap/app.php
+++ b/bootstrap/app.php
@@ -11,7 +11,7 @@
|
*/
-$app = new Gecche\Multidomain\Foundation\Application(
+$app = new Illuminate\Foundation\Application(
$_ENV['APP_BASE_PATH'] ?? dirname(__DIR__)
);