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