Skip to content

Commit 7149256

Browse files
Merge branch 'main' of github.com:kiwilan/steward-laravel
2 parents 48fbdec + 4d68c22 commit 7149256

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.1.0
16+
uses: dependabot/fetch-metadata@v2.2.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

src/Utils/Faker.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ public function __construct(
3232
protected ?FakerMediaLocal $mediaLocal = null,
3333
protected ?FakerMediaDownloader $mediaDownloader = null,
3434
protected ?FakerJson $json = null,
35-
) {
36-
}
35+
) {}
3736

3837
/**
3938
* Clear `storage/app/public` and `storage/app/download` directories before seeding.

0 commit comments

Comments
 (0)