From 1d1e8f6f07a36ec0244fb3fc72bbe6bbdb619110 Mon Sep 17 00:00:00 2001 From: Ken van der Eerden Date: Wed, 3 Aug 2022 08:45:05 +0200 Subject: [PATCH] Revert "Update RouteRegistrar.php (#43509)" This reverts commit d004416a28936cb43fc66f5091df01a73da6aa58. --- src/Illuminate/Routing/RouteRegistrar.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Illuminate/Routing/RouteRegistrar.php b/src/Illuminate/Routing/RouteRegistrar.php index 7eb66a423f78..64c1359bd61d 100644 --- a/src/Illuminate/Routing/RouteRegistrar.php +++ b/src/Illuminate/Routing/RouteRegistrar.php @@ -25,7 +25,6 @@ * @method \Illuminate\Routing\RouteRegistrar prefix(string $prefix) * @method \Illuminate\Routing\RouteRegistrar scopeBindings() * @method \Illuminate\Routing\RouteRegistrar where(array $where) - * @method \Illuminate\Routing\RouteRegistrar whereIn(array|string $parameters, array $values) * @method \Illuminate\Routing\RouteRegistrar withoutMiddleware(array|string $middleware) */ class RouteRegistrar @@ -68,7 +67,6 @@ class RouteRegistrar 'prefix', 'scopeBindings', 'where', - 'whereIn', 'withoutMiddleware', ];