From edca6b7abf6b961abd4054194a5e16ea16131778 Mon Sep 17 00:00:00 2001 From: RoscoeDaWah Date: Wed, 22 Jan 2025 21:58:19 +0000 Subject: Update packages, remove remnants of multidomaining --- bootstrap/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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__) ); -- cgit v1.2.3-54-g00ecf