mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 18:33:46 +02:00
Finish unit tests for all server services
This commit is contained in:
@@ -36,10 +36,6 @@ class ServerFormRequest extends AdminFormRequest
|
||||
*/
|
||||
public function rules()
|
||||
{
|
||||
if ($this->method() === 'PATCH') {
|
||||
return Server::getUpdateRulesForId($this->id);
|
||||
}
|
||||
|
||||
return Server::getCreateRules();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user