From 6357e26e7089333c416bfe35e7d952f4e2bf998f Mon Sep 17 00:00:00 2001 From: Brad <28307684+mad-briller@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:26:43 +0100 Subject: [PATCH] Fixed facade still advertising the register method. --- src/Breadcrumbs.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Breadcrumbs.php b/src/Breadcrumbs.php index 799fb6a..0c0c023 100644 --- a/src/Breadcrumbs.php +++ b/src/Breadcrumbs.php @@ -8,7 +8,6 @@ * Breadcrumbs facade - allows easy access to the Manager instance. * * @method static void for(string $name, callable $callback) - * @method static void register(string $name, callable $callback) * @method static void before(callable $callback) * @method static void after(callable $callback) * @method static bool exists(string $name = NULL)