Skip to content

Commit 2e7cca1

Browse files
committed
Merge pull request laravel#512 from Mikaweb/patch-1
Misspelt word corrected!
2 parents b370549 + 3850f57 commit 2e7cca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/database/eloquent/relationships/has_many_and_belongs_to.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Has_Many_And_Belongs_To extends Relationship {
2121
protected $other;
2222

2323
/**
24-
* The columns on the joining tbale that should be fetched.
24+
* The columns on the joining table that should be fetched.
2525
*
2626
* @var array
2727
*/

0 commit comments

Comments
 (0)