Skip to content

Commit f74fd82

Browse files
Laravel 10.10.1 Shift (alexjustesen#596)
Co-authored-by: Shift <[email protected]>
1 parent dcc5f72 commit f74fd82

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ updates:
1414
labels:
1515
- "😑 dependencies"
1616
- "🧑‍💻 github actions"
17-
- package-ecosystem: "composer"
18-
directory: "/"
19-
schedule:
20-
interval: "weekly"
21-
labels:
22-
- "😑 dependencies"
23-
- "🐘 php"
17+
# - package-ecosystem: "composer"
18+
# directory: "/"
19+
# schedule:
20+
# interval: "weekly"
21+
# labels:
22+
# - "😑 dependencies"
23+
# - "🐘 php"

_ide_helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* A helper file for Laravel, to provide autocomplete information to your IDE
7-
* Generated for Laravel 10.9.0.
7+
* Generated for Laravel 10.10.1.
88
*
99
* This file should not be included in your code, only analyzed by your IDE!
1010
*
@@ -5307,7 +5307,7 @@ public static function useDefaultPostProcessor()
53075307
/**
53085308
* Begin a fluent query against a database table.
53095309
*
5310-
* @param \Closure|\Illuminate\Database\Query\Builder|string $table
5310+
* @param \Closure|\Illuminate\Database\Query\Builder|\Illuminate\Database\Illuminate\Contracts\Database\Query\Expression|string $table
53115311
* @param string|null $as
53125312
* @return \Illuminate\Database\Query\Builder
53135313
* @static

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)