Fixing bugs and improving.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-16 15:32:26 -05:00
parent b5e75f6fcf
commit 762f2402c3
4 changed files with 26 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ abstract class Model {
*
* @var bool
*/
public static $timestamps = false;
public static $timestamps = true;
/**
* The name of the table associated with the model.