diff options
author | floppydiskette <floppydisk@hyprcat.net> | 2024-12-27 18:47:40 +0000 |
---|---|---|
committer | floppydiskette <floppydisk@hyprcat.net> | 2024-12-27 18:47:40 +0000 |
commit | 3e97458ee28c79c16f7c792d96c01c44ea2356ed (patch) | |
tree | f661ecfc28ffc0a37e01420f91112daf13a8fa66 /config | |
parent | 0a8db68e42956d4d6644e501b8822186f89ec559 (diff) |
rudimentary "spam filter"v2024.12.27
Diffstat (limited to 'config')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 7a3c2bb..61bb148 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2024.12.25', + 'version' => '2024.12.27', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |