File tree 3 files changed +5
-5
lines changed
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
4
4
5
5
## Requirements
6
6
- PHP ` ^7.4 | ^8.0 `
7
- - Laravel 6, 7 and 8
7
+ - Laravel 6, 7, 8 and 9
8
8
9
9
## Installation
10
10
Original file line number Diff line number Diff line change 18
18
],
19
19
"require" : {
20
20
"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 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
Original file line number Diff line number Diff line change 7
7
use Illuminate \Support \Facades \DB ;
8
8
9
9
/**
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)
13
13
*
14
14
*/
15
15
trait ModelUseIndex
You can’t perform that action at this time.
0 commit comments