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 3abff4f commit 0fa687dCopy full SHA for 0fa687d
src/Entities/QueueJobFailed.php
@@ -17,13 +17,13 @@
17
use CodeIgniter\I18n\Time;
18
19
/**
20
- * @property int $id
21
* @property string $connection
22
- * @property string $queue
23
- * @property array $payload
24
- * @property string $priority
25
* @property string $exceptions
26
* @property Time $failed_at
+ * @property int $id
+ * @property array $payload
+ * @property string $priority
+ * @property string $queue
27
*/
28
class QueueJobFailed extends Entity
29
{
0 commit comments