Commit 75797155 by Taylor Otwell

Merge branch 'master' into develop

parents 0beec683 8cdf5f24
......@@ -46,7 +46,7 @@ return array(
| level such as "Parsing Error" or "Fatal Error".
|
| A simple logging system has been setup for you. By default, all errors
| will be logged to the application/log.txt file.
| will be logged to the storage/log.txt file.
|
*/
......
......@@ -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
*/
......
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