Fixed belongs_to primary key bug.

This commit is contained in:
Taylor Otwell
2012-04-26 11:25:47 -05:00
parent ca06582369
commit 86fce099b3
3 changed files with 6 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
- `Schema::drop` now accepts `$connection` as second parameter.
- Added `Input::merge` method.
- Added `Input::replace` method.
- Added `eloquent.saved`, `eloquent.saving`, `eloquent.deleting`, and `eloquent.deleted` events to Eloquent models.
- Added saving, saved, updating, creating, deleting, and deleted events to Eloquent.
<a name="upgrade-3.2"></a>
## Upgrading From 3.1