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