diff options
author | Frankie B <git@diskfloppy.me> | 2024-06-19 15:22:29 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-06-19 15:22:29 +0100 |
commit | 56db90d3a3d468ffe8b361715b66b1d8ada93fce (patch) | |
tree | 08882eae6e8383c5f1b545766cdd49d33f6b2700 /bootstrap | |
parent | 8f02ed0a76ce021d9877f28793aa0ebff2b88e8c (diff) |
Multidomain.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
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__) ); |