Add version checking to daemon and panel
Also includes some buttons for users to get help from the panel.
This commit is contained in:
parent
261535d83d
commit
90cd2b677e
6 changed files with 157 additions and 9 deletions
|
@ -217,6 +217,7 @@ return [
|
|||
'URL' => Illuminate\Support\Facades\URL::class,
|
||||
'Uuid' => Webpatser\Uuid\Uuid::class,
|
||||
'Validator' => Illuminate\Support\Facades\Validator::class,
|
||||
'Version' => Pterodactyl\Facades\Version::class,
|
||||
'View' => Illuminate\Support\Facades\View::class,
|
||||
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue