'string' ]; protected $fillable = ['id','owner_id','project_id']; protected $dates = [ 'created_at', 'updated_at', 'started_at', 'finished_at', ]; }