Browse Source

Merge pull request #53 from staydecent/master

Typo in eloquent/model.php
Taylor Otwell 13 years ago
parent
commit
8cdf5f2444
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/db/eloquent/model.php

+ 1 - 1
system/db/eloquent/model.php

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