branch correction

This commit is contained in:
2018-10-29 20:22:29 -05:00
parent d79b57549d
commit 3bdbb2f79c

View File

@@ -10,5 +10,5 @@ class DokuUser extends Model
protected $table = 'wiki_user';
// Timestamps
public $timestamps = 'true';
public $timestamps = false;
}