mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Remove record not found exception
This commit is contained in:
@@ -23,8 +23,6 @@ class ServerInstallController extends Controller
|
||||
|
||||
/**
|
||||
* Returns installation information for a server.
|
||||
*
|
||||
* @throws RecordNotFoundException
|
||||
*/
|
||||
public function index(Request $request, string $uuid): JsonResponse
|
||||
{
|
||||
@@ -41,7 +39,6 @@ class ServerInstallController extends Controller
|
||||
/**
|
||||
* Updates the installation state of a server.
|
||||
*
|
||||
* @throws \App\Exceptions\Repository\RecordNotFoundException
|
||||
* @throws \App\Exceptions\Model\DataValidationException
|
||||
*/
|
||||
public function store(InstallationDataRequest $request, string $uuid): JsonResponse
|
||||
|
||||
Reference in New Issue
Block a user