Skip to content

Commit

Permalink
Merge pull request #55 from mad-briller/fix.register-on-facade
Browse files Browse the repository at this point in the history
Fixed facade still advertising the register method.
  • Loading branch information
shengslogar authored Sep 2, 2022
2 parents 2d21326 + 6357e26 commit b2c594e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Breadcrumbs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b2c594e

Please sign in to comment.