Skip to content

Commit

Permalink
refactor: fix blade formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne-wt authored and github-actions[bot] committed Jul 13, 2024
1 parent c8b7ed9 commit 2357dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/character/design/features.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
$type = \App\Models\Element\Typing::where('typing_model', 'App\Models\Character\CharacterImage')
->where('typing_id', $request->character->image->id)
->first();
// make new typing object with attributes set
// make new typing object with attributes set
$newType = $type ? clone $type : new \App\Models\Element\Typing();
if (!$type) {
$newType->typing_model = 'App\Models\Character\CharacterImage';
Expand Down

0 comments on commit 2357dca

Please sign in to comment.