From cd1d62332573bf82a0ea9b87db69a8720c7fec21 Mon Sep 17 00:00:00 2001 From: Max Hoogenbosch Date: Wed, 14 Feb 2024 18:06:19 +0100 Subject: [PATCH] Formatting --- app/Console/Commands/CacheMarkdown.php | 2 ++ app/Console/Kernel.php | 2 ++ app/Exceptions/Handler.php | 2 ++ app/Http/Kernel.php | 2 ++ app/Http/Middleware/EncryptCookies.php | 2 ++ .../Middleware/PreventRequestsDuringMaintenance.php | 2 ++ app/Http/Middleware/TrimStrings.php | 2 ++ app/Http/Middleware/TrustProxies.php | 2 ++ app/Http/Middleware/VerifyCsrfToken.php | 2 ++ app/Mail/Changelog.php | 2 ++ app/Mail/WelcomeToMailbook.php | 2 ++ app/Providers/AppServiceProvider.php | 2 ++ app/Providers/RouteServiceProvider.php | 2 ++ app/Services/ChangelogService.php | 2 ++ app/Services/ReadmeService.php | 2 ++ bootstrap/app.php | 2 ++ config/app.php | 2 ++ config/auth.php | 2 ++ config/broadcasting.php | 2 ++ config/cache.php | 2 ++ config/cors.php | 2 ++ config/database.php | 2 ++ config/filesystems.php | 2 ++ config/hashing.php | 2 ++ config/logging.php | 2 ++ config/mail.php | 2 ++ config/mailbook.php | 2 ++ config/markdown.php | 2 ++ config/queue.php | 2 ++ config/sentry.php | 2 ++ config/services.php | 2 ++ config/session.php | 2 ++ config/view.php | 2 ++ pint.json | 10 ++++++++++ public/index.php | 2 ++ routes/mailbook.php | 2 ++ tests/CreatesApplication.php | 2 ++ tests/Feature/Console/Commands/UpdateMarkdownTest.php | 2 ++ tests/Feature/MailbookTest.php | 2 ++ tests/Feature/ScheduleTest.php | 2 ++ tests/Pest.php | 2 ++ tests/TestCase.php | 2 ++ 42 files changed, 92 insertions(+) create mode 100644 pint.json diff --git a/app/Console/Commands/CacheMarkdown.php b/app/Console/Commands/CacheMarkdown.php index bca9ea4..527f58c 100644 --- a/app/Console/Commands/CacheMarkdown.php +++ b/app/Console/Commands/CacheMarkdown.php @@ -1,5 +1,7 @@ [ /* diff --git a/config/queue.php b/config/queue.php index 25ea5a8..485dd98 100644 --- a/config/queue.php +++ b/config/queue.php @@ -1,5 +1,7 @@ env('SENTRY_LARAVEL_DSN', env('SENTRY_DSN')), diff --git a/config/services.php b/config/services.php index 0ace530..104826f 100644 --- a/config/services.php +++ b/config/services.php @@ -1,5 +1,7 @@