Fix environment_variables name (#1212)
This commit is contained in:
parent
ad9ed5ea00
commit
bad9ae58e8
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ use Pterodactyl\Contracts\Repository\ServerRepositoryInterface;
|
|||
|
||||
class EnvironmentServiceTest extends TestCase
|
||||
{
|
||||
const CONFIG_MAPPING = 'pterodactyl.environment_mappings';
|
||||
const CONFIG_MAPPING = 'pterodactyl.environment_variables';
|
||||
|
||||
/**
|
||||
* @var \Illuminate\Contracts\Config\Repository|\Mockery\Mock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue