feat: add docblock head to consolelibrary
This commit is contained in:
parent
02d4884f79
commit
99c97653b4
1 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,16 @@
|
|||
<?php
|
||||
|
||||
// Core file for the console library for Blueprint Extensions
|
||||
|
||||
/**
|
||||
* BlueprintExtensionLibrary (Console variation)
|
||||
*
|
||||
* @category BlueprintExtensionLibrary
|
||||
* @package BlueprintConsoleLibrary
|
||||
* @author Emma <hello@prpl.wtf>
|
||||
* @copyright 2023-2024 Emma (prpl.wtf)
|
||||
* @license https://blueprint.zip/docs/?page=about/License MIT License
|
||||
* @link https://blueprint.zip/docs/?page=documentation/$blueprint
|
||||
* @since beta
|
||||
*/
|
||||
|
||||
namespace Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Console;
|
||||
|
||||
|
|
Loading…
Reference in a new issue