tests(integration): fix database services

This commit is contained in:
Matthew Penner 2021-03-05 09:15:23 -07:00
parent ffdf27e606
commit 350ef1aba5
3 changed files with 15 additions and 16 deletions

View file

@ -10,7 +10,6 @@ namespace Pterodactyl\Models;
* @property string $username
* @property string $password
* @property int|null $max_databases
* @property int|null $node_id
* @property \Carbon\CarbonImmutable $created_at
* @property \Carbon\CarbonImmutable $updated_at
*/