File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A super simple package allowing for use MySQL `USE INDEX` and `FORCE INDEX` stat
44
55## Requirements
66- PHP ` ^7.4 | ^8.0 `
7- - Laravel 6, 7 and 8
7+ - Laravel 6, 7, 8 and 9
88
99## Installation
1010
Original file line number Diff line number Diff line change 1818 ],
1919 "require" : {
2020 "php" : " ^7.4 | ^8.0" ,
21- "illuminate/support" : " ^6.0|^7.0|^8.0"
21+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
Original file line number Diff line number Diff line change 77use Illuminate \Support \Facades \DB ;
88
99/**
10- * @method Builder useIndex(string $index)
11- * @method Builder forceIndex(string $index)
12- * @method Builder ignoreIndex(string $index)
10+ * @method Builder useIndex(string|string[] $index)
11+ * @method Builder forceIndex(string|string[] $index)
12+ * @method Builder ignoreIndex(string|string[] $index)
1313 *
1414 */
1515trait ModelUseIndex
You can’t perform that action at this time.
0 commit comments