Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Feb 24, 2023
1 parent c5df3ae commit 3bb8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @method static \Laravel\Pennant\FeatureManager forgetDriver(array|string|null $name = null)
* @method static \Laravel\Pennant\FeatureManager forgetDrivers()
* @method static \Laravel\Pennant\FeatureManager extend(string $driver, \Closure $callback)
* @method static \Laravel\Pennant\FeatureManager setContainer(\Illuminate\Container\Container $container)
* @method static void setContainer(\Illuminate\Container\Container $container)
* @method static void discover(string $namespace = 'App\\Features', string|null $path = null)
* @method static void define(string $feature, mixed $resolver = null)
* @method static array defined()
Expand Down

0 comments on commit 3bb8f79

Please sign in to comment.