From a75c16e2de09736a7a64083f5781fa5fe5a7c55a Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 15 Oct 2024 13:41:41 +0200 Subject: [PATCH] feat: add docblock head to adminlibrary --- .../Admin/BlueprintAdminLibrary.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php b/app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php index 6fc6175..e94e775 100644 --- a/app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php +++ b/app/BlueprintFramework/Libraries/ExtensionLibrary/Admin/BlueprintAdminLibrary.php @@ -1,7 +1,16 @@ + * @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;