changes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Containers\Dashboard\Actions\Departments;
|
||||
|
||||
use App\Containers\InstituteStructure\Models\Department;
|
||||
|
||||
class DeleteDepartmentAction
|
||||
{
|
||||
public function run(Department $department): void
|
||||
{
|
||||
$department->delete();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user