Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.x/features/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Many application require users to accept their terms of service / privacy policy
To get started, enable this feature in your application's `config/jetstream.php` configuration file:

```php
use Laravel\Fortify\Features;
use Laravel\Jetstream\Features;

'features' => [
Features::termsAndPrivacyPolicy(),
Expand Down
2 changes: 1 addition & 1 deletion 2.x/features/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Many applications require users to accept their terms of service / privacy polic
To get started, enable this feature in your application's `config/jetstream.php` configuration file:

```php
use Laravel\Fortify\Features;
use Laravel\Jetstream\Features;

'features' => [
Features::termsAndPrivacyPolicy(),
Expand Down
2 changes: 1 addition & 1 deletion 3.x/features/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Many applications require users to accept their terms of service / privacy polic
To get started, enable this feature in your application's `config/jetstream.php` configuration file:

```php
use Laravel\Fortify\Features;
use Laravel\Jetstream\Features;

'features' => [
Features::termsAndPrivacyPolicy(),
Expand Down