Skip to content

Commit

Permalink
Character sheets: ability id in blade
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis committed Dec 28, 2024
1 parent 4cea50b commit 19d1c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Models/PluginVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ protected function abilities(Entity $entity): array
}

$ability = [
'id' => $abi->id,
'ability_id' => $abi->ability_id,
'name' => $abi->ability->name,
'slug' => Str::slug($abi->ability->name),
'type' => $abi->ability->type,
Expand Down

0 comments on commit 19d1c4e

Please sign in to comment.