Fix subuser unit tests

This commit is contained in:
Dane Everitt 2017-11-03 16:52:18 -05:00
parent 54228e8124
commit 133fd17da6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 57 additions and 89 deletions

View file

@ -19,17 +19,17 @@ class SubuserDeletionService
/**
* @var \Illuminate\Database\ConnectionInterface
*/
protected $connection;
private $connection;
/**
* @var \Pterodactyl\Services\DaemonKeys\DaemonKeyDeletionService
*/
protected $keyDeletionService;
private $keyDeletionService;
/**
* @var \Pterodactyl\Contracts\Repository\SubuserRepositoryInterface
*/
protected $repository;
private $repository;
/**
* SubuserDeletionService constructor.