Форматирование
This commit is contained in:
@@ -12,7 +12,7 @@ class OperationController extends Controller
|
||||
public function operations(Request $request)
|
||||
{
|
||||
$validated = $request->validate([
|
||||
'historyId' => 'required|integer'
|
||||
'historyId' => 'required|integer',
|
||||
]);
|
||||
|
||||
$operations = MisSurgicalOperation::where('rf_MedicalHistoryID', $request->historyId)
|
||||
|
||||
Reference in New Issue
Block a user