connection = config('bulkexportcsv.db_connection'); parent::__construct($attributes); } protected $table = "bulk_export_csv"; protected $guarded = []; }