From 63b414a88724af984843ee2c77b95e586ae986a3 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 26 Jul 2024 15:56:09 +0200 Subject: [PATCH] Compress comment formatting --- packages/framework/src/Facades/HydeFront.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/framework/src/Facades/HydeFront.php b/packages/framework/src/Facades/HydeFront.php index 97cc2bdb091..ed2def95db9 100644 --- a/packages/framework/src/Facades/HydeFront.php +++ b/packages/framework/src/Facades/HydeFront.php @@ -42,9 +42,7 @@ public static function cdnLink(string $file): string return sprintf(static::HYDEFRONT_CDN_URL, static::version(), $file); } - /** - * This method is used to inject the Tailwind CSS configuration into the Play CDN integration. - */ + /** This method is used to inject the Tailwind CSS configuration into the Play CDN integration. */ public static function injectTailwindConfig(): string { if (! file_exists(Hyde::path('tailwind.config.js'))) {