We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7197d24 commit df10df5Copy full SHA for df10df5
.gitignore
@@ -23,7 +23,6 @@ secrets.nix
23
build
24
composer.lock
25
coverage
26
-docs
27
phpunit.xml
28
phpstan.neon
29
testbench.yaml
src/Eloquent/Docs/ModelDocs.php
@@ -159,8 +159,8 @@
159
*===========================================
160
* Filter and order methods
161
162
- * @method static $this orderBy($column, $direction = 'asc')
163
- * @method static $this orderByDesc($column)
+ * @method static $this orderBy($column, $direction = 'asc',$options = [])
+ * @method static $this orderByDesc($column,$options = [])
164
*-----------------------------------
165
* @method static $this groupBy($groups)
166
0 commit comments