diff options
author | RoscoeDaWah <roscoe@wah.moe> | 2025-02-08 00:36:23 +0000 |
---|---|---|
committer | RoscoeDaWah <roscoe@wah.moe> | 2025-02-08 00:36:23 +0000 |
commit | 93a2b9c0b5991b9418c24a41ca8fd6e481a36597 (patch) | |
tree | c2d4b4d5f8465068cf9646ba3afd534604e6ce2b /config | |
parent | caba5377e3e22acb66dcb7a88487b5754e36d648 (diff) |
THREE OF THEM!
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/app.php b/config/app.php index 92bec1a..06d71bb 100644 --- a/config/app.php +++ b/config/app.php @@ -4,8 +4,8 @@ use Illuminate\Support\Facades\Facade; use Illuminate\Support\ServiceProvider; return [ - 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2025.01.22', + 'name' => env('APP_NAME', 'wah.moe'), + 'version' => '2025.02.08', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |