Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
change comment type for blade minification
Browse files Browse the repository at this point in the history
Using the `htmlmin/htmlmin` package, the comment line breaks when the file is minified
  • Loading branch information
timrspratt committed Mar 15, 2018
1 parent 25bb4da commit d9460c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/includes.blade.php
Expand Up @@ -58,7 +58,7 @@ function tinx_query($class, ...$args)
* Zero arguments (i.e. u() returns "App\User").
* */
if ($totalArgs === 0) {
return $class; // Return a clean starting point for the query builder.
return $class; /* Return a clean starting point for the query builder. */
}

/**
Expand Down

0 comments on commit d9460c7

Please sign in to comment.