chore: Update .env.example and pint.json configurations

- Updated APP_TIMEZONE to Europe/Amsterdam in .env.example
- Changed SESSION_DRIVER from file to database in .env.example
- Modified "preset" value to "laravel" in pint.json
This commit is contained in:
Rico van Zelst
2024-03-20 22:35:56 +01:00
parent 24fa65a83c
commit b7ce2dea6f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
"preset": "psr12"
"preset": "laravel"
}