changes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Containers\Dashboard\Actions\ContactWidgets;
|
||||
|
||||
use App\Containers\Widget\Models\ContactWidget;
|
||||
|
||||
class DeleteContactWidgetAction
|
||||
{
|
||||
public function run(ContactWidget $widget): bool
|
||||
{
|
||||
return $widget->delete();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user