Skip to content

Commit

Permalink
Update Actionable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit committed Sep 9, 2022
1 parent bfdda3b commit 3a7b93c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Livewire/Actionable.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
namespace RalphJSmit\Tall\Interactive\Livewire;

use Livewire\Component;
use Usernotnull\Toast\Concerns\WireToast;

abstract class Actionable extends Component
{
use WireToast;

protected $listeners = [
'$refresh',
];
Expand Down

0 comments on commit 3a7b93c

Please sign in to comment.