Skip to content

Commit

Permalink
internal(cast): make cast for modifier actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 16, 2023
1 parent 77bbad0 commit b217866
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/Casts/ModifierAction.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace App\Casts;

class ModifierAction extends UnknownableKind
{
protected static array $KINDS = MODIFIER_ACTIONS;
protected static string $UNKNOWN_KIND = UNKNOWN_MODIFIER_ACTION;
}

0 comments on commit b217866

Please sign in to comment.