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 6136807 commit 8cfe1a3Copy full SHA for 8cfe1a3
src/Concerns/HasSoftDeletes.php
@@ -8,7 +8,7 @@
8
9
trait HasSoftDeletes
10
{
11
- public string $trashed = TrashedMode::WithoutTrashed->value;
+ public string $trashed = 'withoutTrashed';
12
13
/** @return array<string, mixed> */
14
protected function queryStringHasSoftDeletes(): array
0 commit comments