Skip to content

Commit 407cabd

Browse files
Add docblock for configureDefaults method (#235)
Co-authored-by: WendellAdriel <11641518+WendellAdriel@users.noreply.github.com> Co-authored-by: WendellAdriel <me@wendelladriel.com>
1 parent b7c6cfc commit 407cabd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Providers/AppServiceProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ public function boot(): void
2626
$this->configureDefaults();
2727
}
2828

29+
/**
30+
* Configure default behaviors for production-ready applications.
31+
*/
2932
protected function configureDefaults(): void
3033
{
3134
Date::use(CarbonImmutable::class);

0 commit comments

Comments
 (0)