Skip to content

Commit

Permalink
chore: Add Sprout\Sprout::route() method to sprout facade
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Dec 15, 2024
1 parent 7f2a099 commit b818144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/Sprout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b818144

Please sign in to comment.