Skip to content

Commit 6d89a89

Browse files
committed
Rename Pterodacrtyl to Everest in recently edited files
1 parent ff21d59 commit 6d89a89

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

app/Repositories/Wings/DaemonRevocationRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
namespace Pterodactyl\Repositories\Wings;
3+
namespace Everest\Repositories\Wings;
44

55
use GuzzleHttp\Exception\TransferException;
6-
use Pterodactyl\Exceptions\Http\Connection\DaemonConnectionException;
6+
use Everest\Exceptions\Http\Connection\DaemonConnectionException;
77

88
class DaemonRevocationRepository extends DaemonRepository
99
{

database/Factories/UserFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Illuminate\Database\Eloquent\Factories\Factory;
1010

1111
/**
12-
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\Pterodactyl\Models\User>
12+
* @extends \Illuminate\Database\Eloquent\Factories\Factory<\Everest\Models\User>
1313
*/
1414
class UserFactory extends Factory
1515
{

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ parameters:
1111

1212
ignoreErrors:
1313
# Ignore repository interface missing methods
14-
- '#Call to an undefined method Pterodactyl\\Repositories\\Wings\\DaemonRepository::(\w+)\(\)#'
14+
- '#Call to an undefined method Everest\\Repositories\\Wings\\DaemonRepository::(\w+)\(\)#'
1515

1616
# Ignore magic spatie calls
1717
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::allowed(\w+)\(\)#'

tests/Integration/Api/Client/Server/Files/CompressFilesTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3-
namespace Pterodactyl\Tests\Integration\Api\Client\Server\Files;
3+
namespace Everest\Tests\Integration\Api\Client\Server\Files;
44

55
use Mockery\MockInterface;
6-
use Pterodactyl\Models\Permission;
7-
use Pterodactyl\Repositories\Wings\DaemonFileRepository;
8-
use Pterodactyl\Tests\Integration\Api\Client\ClientApiIntegrationTestCase;
6+
use Everest\Models\Permission;
7+
use Everest\Repositories\Wings\DaemonFileRepository;
8+
use Everest\Tests\Integration\Api\Client\ClientApiIntegrationTestCase;
99

1010
class CompressFilesTest extends ClientApiIntegrationTestCase
1111
{

tests/Integration/Http/Controllers/Auth/LoginCheckpointControllerTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?php
22

3-
namespace Pterodactyl\Tests\Integration\Http\Controllers\Auth;
3+
namespace Everest\Tests\Integration\Http\Controllers\Auth;
44

55
use Carbon\Carbon;
6-
use Pterodactyl\Models\User;
6+
use Everest\Models\User;
77
use PragmaRX\Google2FA\Google2FA;
88
use Illuminate\Auth\Events\Failed;
99
use Illuminate\Support\Facades\Event;
1010
use Illuminate\Support\Facades\Session;
11-
use Pterodactyl\Events\Auth\DirectLogin;
11+
use Everest\Events\Auth\DirectLogin;
1212
use PHPUnit\Framework\Attributes\TestWith;
13-
use Pterodactyl\Tests\Integration\Http\HttpTestCase;
14-
use Pterodactyl\Events\Auth\ProvidedAuthenticationToken;
13+
use Everest\Tests\Integration\Http\HttpTestCase;
14+
use Everest\Events\Auth\ProvidedAuthenticationToken;
1515

1616
class LoginCheckpointControllerTest extends HttpTestCase
1717
{

0 commit comments

Comments
 (0)