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
|
|
@ -10,7 +10,7 @@ use Livewire\Component;
|
|||
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
|
||||
use Illuminate\Validation\Rule;
|
||||
|
||||
class CreateCharacterForm extends Component
|
||||
class CharacterForm extends Component
|
||||
{
|
||||
use AuthorizesRequests;
|
||||
|
||||
Reference in a new issue