Skip to content

Commit 2d13bcc

Browse files
authored
Fixing typo in README
1 parent 363c84e commit 2d13bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The type of the "country_id" column will be exactly the same as the type of the
159159
**Create a jointure table (aka associative table) between 2 tables:**
160160

161161
```php
162-
$db->jointureTable('users', 'roles');
162+
$db->junctionTable('users', 'roles');
163163

164164
// This will create a 'users_roles' table with 2 foreign keys:
165165
// - 'user_id' pointing on the PK of 'users'

0 commit comments

Comments
 (0)