Skip to content

Commit

Permalink
Jobs V3 w-i-p
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Mar 7, 2024
1 parent c826c10 commit cb52a2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
12 changes: 0 additions & 12 deletions packages/jobs/src/Models/FailedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,4 @@
class FailedJob extends Model
{
public $timestamps = false;

/**
* The attributes that are mass assignable.
*
* @var array<int, string>
*/
protected $fillable = [
'uuid',
'connection',
'queue',
'failed_at',
];
}
10 changes: 0 additions & 10 deletions packages/jobs/src/Models/JobManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ class JobManager extends Model

protected $table = 'job_manager';

/**
* The attributes that are mass assignable.
*
* @var array<int, string>
*/
protected $fillable = [
'job_id',
'name',
Expand All @@ -32,11 +27,6 @@ class JobManager extends Model
'status',
];

/**
* The attributes that should be cast.
*
* @var array<string, string>
*/
protected $casts = [
'failed' => 'bool',
'started_at' => 'datetime',
Expand Down

0 comments on commit cb52a2e

Please sign in to comment.