Skip to content

Commit

Permalink
Make Router tappable (#52051)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsari authored Jul 8, 2024
1 parent af1298c commit 6df12d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Routing/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
use Illuminate\Support\Str;
use Illuminate\Support\Stringable;
use Illuminate\Support\Traits\Macroable;
use Illuminate\Support\Traits\Tappable;
use JsonSerializable;
use Psr\Http\Message\ResponseInterface as PsrResponseInterface;
use ReflectionClass;
Expand All @@ -39,6 +40,7 @@ class Router implements BindingRegistrar, RegistrarContract
use Macroable {
__call as macroCall;
}
use Tappable;

/**
* The event dispatcher instance.
Expand Down

0 comments on commit 6df12d1

Please sign in to comment.