Solution:
You need to set the timestamps property on the model to false:
public $timestamps = false;
see the Timestamps section at: http://laravel.com/docs/5.1/eloquent#eloquent-model-conventions
Solution:
You need to set the timestamps property on the model to false:
public $timestamps = false;
see the Timestamps section at: http://laravel.com/docs/5.1/eloquent#eloquent-model-conventions