Fix server description nullablility

This commit is contained in:
Dane Everitt 2018-01-06 12:58:30 -06:00
parent a75b15cd8d
commit adcab5969a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 6 additions and 2 deletions

View file

@ -254,6 +254,7 @@ class ServersController extends Controller
* @throws \Pterodactyl\Exceptions\DisplayException
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
* @throws \Illuminate\Validation\ValidationException
*/
public function store(ServerFormRequest $request)
{