We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7328e2a commit 3fa51dbCopy full SHA for 3fa51db
src/Records/JobAttempt.php
@@ -50,7 +50,7 @@ public function __construct(
50
public int $hydrated_models,
51
public int $peak_memory_usage,
52
) {
53
- $this->name = Str::tinyText($this->name);
+ $this->name = Str::text($this->name);
54
$this->connection = Str::tinyText($this->connection);
55
$this->queue = Str::tinyText($this->queue);
56
}
src/Records/QueuedJob.php
@@ -37,7 +37,7 @@ public function __construct(
37
public string $queue,
38
public int $duration,
39
40
41
42
43
0 commit comments