timestamps issue

This commit is contained in:
2018-10-27 03:19:34 -05:00
parent 2a0759d9fe
commit 1c3cfcab2e
4 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,4 @@ class DokuGroupNames extends Model
{
// Table Name
protected $table = 'wiki_groupnames';
// Timestamps
public $timestamps = 'false';
}