We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd561a0 commit 8638ab1Copy full SHA for 8638ab1
Eloquent/SoftDeletes.php
@@ -6,7 +6,6 @@
6
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withTrashed(bool $withTrashed = true)
7
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder onlyTrashed()
8
* @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder withoutTrashed()
9
- * @method static static|\Illuminate\Database\Eloquent\Builder|\Illuminate\Database\Query\Builder restore()
10
*/
11
trait SoftDeletes
12
{
0 commit comments