Skip to content

Commit 1e80718

Browse files
author
Andrey Helldar
committed
Fixed doc-block
1 parent 95df0f8 commit 1e80718

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Facades/Routes.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
* @method static Collection collection()
1212
* @method static Support hideMethods(array $methods)
1313
* @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)
1419
*/
1520
final class Routes extends Facade
1621
{

0 commit comments

Comments
 (0)