Merge pull request #53 from staydecent/master

Typo in eloquent/model.php
This commit is contained in:
Taylor Otwell 2011-08-12 12:33:36 -07:00
commit 8cdf5f2444
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
abstract class Model {
/**
* The connection that shold be used for the model.
* The connection that should be used for the model.
*
* @var string
*/