Skip to content

Commit e897fc4

Browse files
authored
Fix formatting in customization.md (#13)
1 parent ada82b9 commit e897fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.x/spark-stripe/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This command will publish a `resources/lang/spark/en.json` file containing trans
7171

7272
Most commonly, applications bill individual users for monthly and yearly subscription plans. However, your application may choose to bill some other type of model, such as a team, organization, band, etc.
7373

74-
In that case, you should add `Spark::ignoreMigrations()` in the register method of your application's `App\Providers\SparkServiceProvider` class:
74+
In that case, you should add `Spark::ignoreMigrations()` in the `register` method of your application's `App\Providers\SparkServiceProvider` class:
7575

7676
```php
7777
use Spark\Spark;

2.x/spark-stripe/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This command will publish a `resources/lang/spark/en.json` file containing trans
7171

7272
Most commonly, applications bill individual users for monthly and yearly subscription plans. However, your application may choose to bill some other type of model, such as a team, organization, band, etc.
7373

74-
In that case, you should add `Spark::ignoreMigrations()` in the register method of your application's `App\Providers\SparkServiceProvider` class:
74+
In that case, you should add `Spark::ignoreMigrations()` in the `register` method of your application's `App\Providers\SparkServiceProvider` class:
7575

7676
```php
7777
use Spark\Spark;

0 commit comments

Comments
 (0)