Commit f0dbc071 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #1568 from franzliedke/patch-62

Fix typo.
parents e5341ef5 efdc12ed
......@@ -36,7 +36,7 @@ Eloquent makes a few basic assumptions about your database structure:
- Each table should have a primary key named **id**.
- Each table name should be the plural form of its corresponding model name.
Sometimes you may wish to use a table name other than the plural form of your model, or a diffrent primary key column. No problem. Just add a static **table** property your model:
Sometimes you may wish to use a table name other than the plural form of your model, or a different primary key column. No problem. Just add a static **table** property your model:
class User extends Eloquent {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment