Skip to content

Commit

Permalink
Merge branch 'shift-112762' of github.com:enflow/laravel-blueprint in…
Browse files Browse the repository at this point in the history
…to shift-112762
  • Loading branch information
mbardelmeijer committed Mar 18, 2024
2 parents 4d3dcbf + f3cec17 commit c6b08e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\Relation;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Validator;
use Illuminate\Support\ServiceProvider;
use Illuminate\Validation\Rules\Password;

Expand All @@ -30,7 +28,6 @@ public function boot(): void
]);

Carbon::macro('userTimezone', fn () => $this->tz('Europe/Amsterdam')); /** @phpstan-ignore-line */

Password::defaults(function () {
$rule = Password::min(8)
->letters()
Expand Down

0 comments on commit c6b08e6

Please sign in to comment.