diff options
Diffstat (limited to 'app/Verb.php')
| -rw-r--r-- | app/Verb.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/Verb.php b/app/Verb.php index 997812f..28e22ea 100644 --- a/app/Verb.php +++ b/app/Verb.php @@ -23,7 +23,7 @@ use Illuminate\Database\Eloquent\Model;  class Verb extends Model {      protected $table = 'verbs'; - +    public $timestamps = false;      protected $fillable = ['verb', 'root', 'stem', 'tense', 'person', 'gender', 'number'];      public function otherParsings() | 
