1
0
Fork 0

app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm.

This commit is contained in:
Henrik Hautakoski 2021-07-03 14:20:44 +02:00
parent 2f561fc1cd
commit a1f4ffd664
5 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
<x-slot name="title">{{ __('Add character') }}</x-slot>
<div class="p-6 mx-auto max-w-xl">
<livewire:form.create-character-form />
<livewire:form.character-form />
</div>
</x-layout>

View file

@ -10,7 +10,7 @@
</x-slot>
<div class="p-6 mx-auto max-w-xl">
<livewire:form.create-character-form :character="$character" />
<livewire:form.character-form :character="$character" />
</div>
</x-layout>