File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2626 * @method static void aliasComponent(string $path, string|null $alias = null)
2727 * @method static void include(string $path, string|null $alias = null)
2828 * @method static void aliasInclude(string $path, string|null $alias = null)
29- * @method static void directive(string $name, callable $handler)
29+ * @method static void bindDirective(string $name, callable $handler)
30+ * @method static void directive(string $name, callable $handler, bool $bind = false)
3031 * @method static array getCustomDirectives()
3132 * @method static \Illuminate\View\Compilers\BladeCompiler prepareStringsForCompilationUsing(callable $callback)
3233 * @method static void precompiler(callable $precompiler)
You can’t perform that action at this time.
0 commit comments