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)