diff --git a/src/Facades/Sprout.php b/src/Facades/Sprout.php index 97d1c46..10a7091 100644 --- a/src/Facades/Sprout.php +++ b/src/Facades/Sprout.php @@ -34,6 +34,7 @@ * @method static ProviderManager providers() * @method static \Sprout\Sprout registerOverride(string $class) * @method static IdentityResolverManager resolvers() + * @method static string route(string $name, Tenant $tenant, string|null $resolver = null, string|null $tenancy = null, array $parameters = [], bool $absolute = true) * @method static void setCurrentTenancy(Tenancy $tenancy) * @method static void setupOverrides(Tenancy $tenancy, Tenant $tenant) * @method static bool supportsHook(ResolutionHook $hook)