Skip to content

Commit 04c46d5

Browse files
StyleCI
1 parent c152564 commit 04c46d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Facade/API.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ public static function router()
9393
}
9494

9595
/**
96-
* Get the API route of the given name, and optionally specify the API version
96+
* Get the API route of the given name, and optionally specify the API version.
9797
*
9898
* @param string $routeName
9999
* @param string $apiVersion
100+
*
100101
* @return string
101102
*/
102103
public static function route($routeName, $apiVersion = 'v1')

0 commit comments

Comments
 (0)