We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c152564 commit 04c46d5Copy full SHA for 04c46d5
src/Facade/API.php
@@ -93,10 +93,11 @@ public static function router()
93
}
94
95
/**
96
- * Get the API route of the given name, and optionally specify the API version
+ * Get the API route of the given name, and optionally specify the API version.
97
*
98
* @param string $routeName
99
* @param string $apiVersion
100
+ *
101
* @return string
102
*/
103
public static function route($routeName, $apiVersion = 'v1')
0 commit comments