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 15, 2023
1 parent 617719a commit 70e81c4
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 @@ -19,7 +19,7 @@
* @method static array getDrivers()
* @method static \Illuminate\Contracts\Container\Container getContainer()
* @method static \Laravel\Pennant\FeatureManager forgetDrivers()
* @method static void discover(string $namespace = '\\App\\Features', string|null $path = null)
* @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()
* @method static void activateForEveryone(string|array $feature, mixed $value = true)
Expand Down

0 comments on commit 70e81c4

Please sign in to comment.