Skip to content

Commit df10df5

Browse files
committed
model docs update
1 parent 7197d24 commit df10df5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ secrets.nix
2323
build
2424
composer.lock
2525
coverage
26-
docs
2726
phpunit.xml
2827
phpstan.neon
2928
testbench.yaml

src/Eloquent/Docs/ModelDocs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@
159159
*===========================================
160160
* Filter and order methods
161161
*===========================================
162-
* @method static $this orderBy($column, $direction = 'asc')
163-
* @method static $this orderByDesc($column)
162+
* @method static $this orderBy($column, $direction = 'asc',$options = [])
163+
* @method static $this orderByDesc($column,$options = [])
164164
*-----------------------------------
165165
* @method static $this groupBy($groups)
166166
*-----------------------------------

0 commit comments

Comments
 (0)