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 Jun 21, 2023
1 parent a691f53 commit 161fe95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* @method static \Laravel\Pennant\Drivers\Decorator driver(string|null $name = null)
* @method static \Laravel\Pennant\Drivers\ArrayDriver createArrayDriver()
* @method static \Laravel\Pennant\Drivers\DatabaseDriver createDatabaseDriver(array $config)
* @method static string|null serializeScope(mixed $scope)
* @method static \Laravel\Pennant\FeatureManager useMorphMap(bool $value = true)
* @method static void flushCache()
* @method static void resolveScopeUsing(callable $resolver)
* @method static string getDefaultDriver()
Expand Down

0 comments on commit 161fe95

Please sign in to comment.