From 387c296638c103ac03c51f28f3b1a85f2731529b Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 19 Jun 2024 15:22:29 +0100 Subject: Multidomain. --- 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 037e17d..b926f0e 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,7 @@ | */ -$app = new Illuminate\Foundation\Application( +$app = new Gecche\Multidomain\Foundation\Application( $_ENV['APP_BASE_PATH'] ?? dirname(__DIR__) ); -- cgit v1.2.3-54-g00ecf