We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48fbdec + 4d68c22 commit 7149256Copy full SHA for 7149256
.github/workflows/dependabot-auto-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Dependabot metadata
15
id: metadata
16
- uses: dependabot/fetch-metadata@v2.1.0
+ uses: dependabot/fetch-metadata@v2.2.0
17
with:
18
github-token: "${{ secrets.GITHUB_TOKEN }}"
19
src/Utils/Faker.php
@@ -32,8 +32,7 @@ public function __construct(
32
protected ?FakerMediaLocal $mediaLocal = null,
33
protected ?FakerMediaDownloader $mediaDownloader = null,
34
protected ?FakerJson $json = null,
35
- ) {
36
- }
+ ) {}
37
38
/**
39
* Clear `storage/app/public` and `storage/app/download` directories before seeding.
0 commit comments