feat: add docblock head to adminlibrary

This commit is contained in:
Emma 2024-10-15 13:41:41 +02:00 committed by GitHub
parent 7a6406cd79
commit a75c16e2de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,16 @@
<?php
// Core file for the admin-side library for Blueprint Extensions
/**
* BlueprintExtensionLibrary (Admin variation)
*
* @category BlueprintExtensionLibrary
* @package BlueprintAdminLibrary
* @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 alpha
*/
namespace Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Admin;