Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blazik committed Oct 23, 2023
1 parent bc17fa9 commit b69cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseForm.php → src/LaraForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Illuminate\Support\Str;
use Livewire\Component;

abstract class BaseForm extends Component
abstract class LaraForm extends Component
{

protected bool $isLivewire = true;
Expand Down

0 comments on commit b69cb55

Please sign in to comment.