Skip to content

Commit 0d1ecf8

Browse files
mbabkergithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent ccf3b91 commit 0d1ecf8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Facades/Breadcrumbs.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
use Illuminate\Support\Facades\Facade;
66

77
/**
8+
* @method static void for(string $name, callable $callback)
9+
* @method static bool exists(string|null $name = null)
10+
* @method static \Illuminate\Support\Collection generate(string|null $name = null, mixed ...$params)
11+
* @method static \Illuminate\Contracts\View\View view(string $view, string|null $name = null, mixed ...$params)
12+
* @method static \Illuminate\Contracts\View\View render(string|null $name = null, mixed ...$params)
13+
* @method static object|null current()
14+
* @method static void setCurrentRoute(string $name, mixed ...$params)
15+
* @method static void clearCurrentRoute()
16+
* @method static void macro(string $name, object|callable $macro)
17+
* @method static void mixin(object $mixin, bool $replace = true)
18+
* @method static bool hasMacro(string $name)
19+
* @method static void flushMacros()
20+
*
821
* @see \BabDev\Breadcrumbs\BreadcrumbsManager
922
*/
1023
class Breadcrumbs extends Facade

0 commit comments

Comments
 (0)