Skip to content

Commit

Permalink
Fixing typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf authored Jun 18, 2018
1 parent 363c84e commit 2d13bcc
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 @@ -159,7 +159,7 @@ The type of the "country_id" column will be exactly the same as the type of the
**Create a jointure table (aka associative table) between 2 tables:**

```php
$db->jointureTable('users', 'roles');
$db->junctionTable('users', 'roles');

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

0 comments on commit 2d13bcc

Please sign in to comment.