We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd279 commit cc3c6c4Copy full SHA for cc3c6c4
1 file changed
src/Entities/QueueJobFailed.php
@@ -14,7 +14,17 @@
14
namespace CodeIgniter\Queue\Entities;
15
16
use CodeIgniter\Entity\Entity;
17
+use CodeIgniter\I18n\Time;
18
19
+/**
20
+ * @property string $connection
21
+ * @property string $exceptions
22
+ * @property Time $failed_at
23
+ * @property int $id
24
+ * @property array $payload
25
+ * @property string $priority
26
+ * @property string $queue
27
+ */
28
class QueueJobFailed extends Entity
29
{
30
protected $dates = ['failed_at'];
0 commit comments