Asvae\ApiTester\Http\Middleware\DetectRoute::__construct PHP Method

__construct() public method

public __construct ( Illuminate\Contracts\Events\Dispatcher $dispatcher )
$dispatcher Illuminate\Contracts\Events\Dispatcher
    public function __construct(Dispatcher $dispatcher)
    {
        $this->events = $dispatcher;
    }