From 5527e72efe5d86cf83afe21944a47fe9a0bdc406 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Thu, 24 Oct 2024 14:27:28 +0000 Subject: [PATCH] Update facade docblocks --- src/Illuminate/Support/Facades/Blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Illuminate/Support/Facades/Blade.php b/src/Illuminate/Support/Facades/Blade.php index 3d32cf8621c7..01dc7ae76723 100755 --- a/src/Illuminate/Support/Facades/Blade.php +++ b/src/Illuminate/Support/Facades/Blade.php @@ -26,7 +26,8 @@ * @method static void aliasComponent(string $path, string|null $alias = null) * @method static void include(string $path, string|null $alias = null) * @method static void aliasInclude(string $path, string|null $alias = null) - * @method static void directive(string $name, callable $handler) + * @method static void bindDirective(string $name, callable $handler) + * @method static void directive(string $name, callable $handler, bool $bind = false) * @method static array getCustomDirectives() * @method static \Illuminate\View\Compilers\BladeCompiler prepareStringsForCompilationUsing(callable $callback) * @method static void precompiler(callable $precompiler)