From ec2cb8d9fa0be75302fac9442981383b662b403e Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Thu, 24 Oct 2024 14:27:28 +0000 Subject: [PATCH] Update facade docblocks --- Facades/Blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Facades/Blade.php b/Facades/Blade.php index 3d32cf86..01dc7ae7 100755 --- a/Facades/Blade.php +++ b/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)