add gps to migration

This commit is contained in:
2025-12-29 11:45:42 +03:30
parent f7e044f65a
commit eb690b59a7
7 changed files with 54 additions and 15 deletions

View File

@@ -198,6 +198,7 @@ class RequestPortalController extends Controller
{
DB::transaction(function () use ($mission) {
$mission->rahdaran()->detach();
$mission->histories()->delete();
$mission->delete();
});