change relation

This commit is contained in:
2025-12-28 12:35:49 +03:30
parent ef0ddac761
commit f7e044f65a
4 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,6 @@ class DailyMoveMachineService
$request,
allowedFilters: ['*'],
allowedSortings: ['*'],
allowedSelects: ['id', 'mission_id', 'machine_code', 'request_date', 'type', 'exit_time', 'enter_time', 'status']
);
}
}