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

Commit 81286d8

Browse files
authored
Merge pull request #48 from TimmySpratt/patch-1
Changed comment type for blade minification.
2 parents 25bb4da + d9460c7 commit 81286d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/includes.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function tinx_query($class, ...$args)
5858
* Zero arguments (i.e. u() returns "App\User").
5959
* */
6060
if ($totalArgs === 0) {
61-
return $class; // Return a clean starting point for the query builder.
61+
return $class; /* Return a clean starting point for the query builder. */
6262
}
6363

6464
/**

0 commit comments

Comments
 (0)