Merge branch 'master' into develop
This commit is contained in:
commit
7579715563
|
|
@ -46,7 +46,7 @@
|
||||||
| level such as "Parsing Error" or "Fatal Error".
|
| level such as "Parsing Error" or "Fatal Error".
|
||||||
|
|
|
|
||||||
| A simple logging system has been setup for you. By default, all errors
|
| 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 @@
|
||||||
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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue