Skip to content

Commit

Permalink
docs: abstract experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Oct 5, 2023
1 parent 9596584 commit 36247ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Tasks/Types/Types.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use App\Models\Task;

/**
* Abstract class for task types
* NOTE: Experimental feature, this interface/class is not stable. Changes to architecture may occur.
*/
abstract class Types
{
protected $name;
Expand Down

0 comments on commit 36247ca

Please sign in to comment.