Fixed typo on line 12 of system/db/eloquent/model.php

This commit is contained in:
staydecent 2011-08-12 12:30:55 -07:00
parent 193768e670
commit a7af884229
1 changed files with 1 additions and 1 deletions

View File

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