From 8dc106b79a3f6e667916ae272297be5bedff7e4b Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 6 Jun 2016 09:28:25 +0200 Subject: [PATCH] Restore config (#262) --- config/firefly.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/firefly.php b/config/firefly.php index c3e5455c20..1490926e34 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -5,6 +5,7 @@ declare(strict_types = 1); return [ 'chart' => 'chartjs', 'version' => '3.9.0', + 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'resend_confirmation' => 3600,