Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MannikJ committed Feb 7, 2023
1 parent 228ef97 commit 59de580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require mannikj/laravel-sti

The table you want to apply single table inheritance to must incorporate a type column.

The `STI` facade provides a helper to create the type column.
The package's service provider adds a macro to the Blueprint class to create the type column.

```php
Schema::table('table', function (Blueprint $table) {
Expand Down

0 comments on commit 59de580

Please sign in to comment.