Skip to content

Commit

Permalink
fix: Added property
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 9, 2024
1 parent 052630c commit 0a27076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Livewire/Profile/APITokenManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class APITokenManager extends Component
/** @var array<string, bool> The abilities for the new API token */
public array $abilities = [];

/** @var array<string, bool> The list of possible abilities */
public array $availableAbilities = [];

/** @var string|null The plain text value of the newly created token */
public ?string $plainTextToken = null;

Expand Down

0 comments on commit 0a27076

Please sign in to comment.