app/Http/Livewire/Form/CreateCharacterForm.php: Rename to CharacterForm.
This commit is contained in:
parent
2f561fc1cd
commit
a1f4ffd664
5 changed files with 11 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue