@@ -23,7 +23,7 @@ class BlueprintAdminLibrary extends BlueprintBaseLibrary
2323 *
2424 * @param 'info'|'warning'|'danger'|'success' $type The type of alert.
2525 * @param string $message Alert message.
26- * @since beta-2025-08
26+ * @since beta-2025-09
2727 *
2828 * [BlueprintExtensionLibrary documentation](https://blueprint.zip/docs/?page=documentation/$blueprint)
2929 */
@@ -80,7 +80,7 @@ public function importScript(string $url): string
8080 * (Deprecated) Display a notification on the Pterodactyl admin panel (on next page load).
8181 * Available for backwards compatibility, do not use this function, use alert() instead.
8282 *
83- * @deprecated beta-2025-08
83+ * @deprecated beta-2025-09
8484 * @param string $text Notification contents
8585 *
8686 * [BlueprintExtensionLibrary documentation](https://blueprint.zip/docs/?page=documentation/$blueprint)
@@ -100,9 +100,7 @@ public function notify(string $text): void
100100 *
101101 * [BlueprintExtensionLibrary documentation](https://blueprint.zip/docs/?page=documentation/$blueprint)
102102 */
103- public function notifyAfter ($ delay , $ text ): void
104- {
105- }
103+ public function notifyAfter ($ delay , $ text ): void {}
106104
107105 /**
108106 * (Deprecated) Display a notification on the Pterodactyl admin panel and refresh the page instantly.
@@ -114,7 +112,5 @@ public function notifyAfter($delay, $text): void
114112 *
115113 * [BlueprintExtensionLibrary documentation](https://blueprint.zip/docs/?page=documentation/$blueprint)
116114 */
117- public function notifyNow ($ text ): void
118- {
119- }
115+ public function notifyNow ($ text ): void {}
120116}
0 commit comments