Skip to content

Commit

Permalink
Jobs V3 FailedJobs phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Mar 7, 2024
1 parent cb52a2e commit 32385ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/jobs/src/Models/FailedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

use Illuminate\Database\Eloquent\Model;

/**
* @property int $id
* @property string $uuid
* @property string $connection
* @property string $queue
* @property \Carbon\Carbon $failed_at
*/
class FailedJob extends Model
{
public $timestamps = false;
Expand Down

0 comments on commit 32385ca

Please sign in to comment.