Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 30, 2023
1 parent 4d3538c commit c120c76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Middleware/EnsureFeaturesAreActive.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public static function whenInactive(?Closure $callback): void
static::$respondUsing = $callback;
}

/**
* Specify the features for the middleware.
*/
public static function all(string ...$features): string
{
return static::class.':'.implode(',', $features);
Expand Down

0 comments on commit c120c76

Please sign in to comment.