Skip to content

Commit

Permalink
Compress comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 26, 2024
1 parent fc5b464 commit 63b414a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/framework/src/Facades/HydeFront.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))) {
Expand Down

0 comments on commit 63b414a

Please sign in to comment.