Remove record not found exception

This commit is contained in:
Lance Pioch
2024-03-16 23:34:45 -04:00
parent dece74c185
commit 1172fec6e5
37 changed files with 0 additions and 77 deletions

View File

@@ -47,7 +47,6 @@ class StartupController extends ClientApiController
*
* @throws \Illuminate\Validation\ValidationException
* @throws \App\Exceptions\Model\DataValidationException
* @throws \App\Exceptions\Repository\RecordNotFoundException
*/
public function update(UpdateStartupVariableRequest $request, Server $server): array
{