Skip to content

Commit 1a87943

Browse files
committed
Fix missing CommandRepository statement
1 parent 7f1a971 commit 1a87943

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v0.6.0-beta.2 (Courageous Carniadactylus)
7+
### Fixed
8+
* `[beta.1]` — Fixes task management ststem not running correctly.
9+
* `[beta.1]` — Fixes API endpoint for command sending missing the required class definition.
10+
611
## v0.6.0-beta.1 (Courageous Carniadactylus)
712
### Fixed
813
* `[pre.7]` — Fixes bug with subuser checkbox display.

app/Http/Controllers/API/User/ServerController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
use Pterodactyl\Http\Controllers\Controller;
3131
use Pterodactyl\Repositories\Daemon\PowerRepository;
3232
use Pterodactyl\Transformers\User\ServerTransformer;
33+
use Pterodactyl\Repositories\Daemon\CommandRepository;
3334

3435
class ServerController extends Controller
3536
{

0 commit comments

Comments
 (0)