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