Skip to content

Commit

Permalink
Update TrackedJob.php (#44)
Browse files Browse the repository at this point in the history
Fix docblock
  • Loading branch information
martijnimhoff authored Apr 8, 2023
1 parent 7f8abce commit 65ecdf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/Models/TrackedJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

/**
* @package Junges\TrackableJobs\Models
* @property string|null uuid
* @property int trackable_id
* @property string trackable_type
* @property string name
* @property string status
* @property string|null output
* @property \Carbon\Carbon|null started_at
* @property \Carbon\Carbon|null finished_at
* @property string|null $uuid
* @property int $trackable_id
* @property string $trackable_type
* @property string $name
* @property string $status
* @property string|null $output
* @property \Carbon\Carbon|null $started_at
* @property \Carbon\Carbon|null $finished_at
* @mixin Builder
*/
class TrackedJob extends Model implements TrackableJobContract
Expand Down

0 comments on commit 65ecdf7

Please sign in to comment.