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 95df0f8 commit 1e80718Copy full SHA for 1e80718
src/Facades/Routes.php
@@ -11,6 +11,11 @@
11
* @method static Collection collection()
12
* @method static Support hideMethods(array $methods)
13
* @method static Support hideMatching(array $matching)
14
+ * @method static Support setHideMethods(array $methods)
15
+ * @method static Support setHideMatching(array $matching)
16
+ * @method static Support setDomainForce(bool $force = false)
17
+ * @method static Support setUrl(string $url)
18
+ * @method static Support setNamespace(string $namespace = null)
19
*/
20
final class Routes extends Facade
21
{
0 commit comments