This commit is contained in:
2024-10-14 08:37:46 +05:00
parent 1d43711c5a
commit 0ef5081e35
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class LoanOrderController extends Controller
}
/**
* Remove the specified resource from storage.
* DELETE* loan order resource
*/
public function destroy(LoanOrder $loanOrder): void
{