Update app/Http/Controllers/Admin/Extensions/Blueprint/BlueprintExtensionController.php
This commit is contained in:
parent
f576b448a4
commit
4418b358c6
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ class BlueprintExtensionController extends Controller
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
|
* @throws \App\Exceptions\Model\DataValidationException
|
||||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
* @throws \App\Exceptions\Repository\RecordNotFoundException
|
||||||
*/
|
*/
|
||||||
public function update(BlueprintAdminFormRequest $request): RedirectResponse
|
public function update(BlueprintAdminFormRequest $request): RedirectResponse
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue