Skip to content

Commit

Permalink
Don’t make task readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 6, 2024
1 parent ab9387a commit a3a43d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Task/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@

/**
* A runnable task
*
* @api
*/
abstract readonly class Task
abstract class Task
{
public string $ulid;
public readonly string $ulid;

/**
*/
Expand Down

0 comments on commit a3a43d5

Please sign in to comment.