#39 - cr fixes

This commit is contained in:
Adrian Hopek
2022-02-21 15:49:17 +01:00
parent 96192c0f2c
commit e2c3c3b708
5 changed files with 12 additions and 12 deletions

View File

@@ -2,6 +2,7 @@
declare(strict_types=1);
use Maatwebsite\Excel\DefaultValueBinder;
use Maatwebsite\Excel\Excel;
return [
@@ -75,7 +76,7 @@ return [
"pdf" => Excel::DOMPDF,
],
"value_binder" => [
"default" => Maatwebsite\Excel\DefaultValueBinder::class,
"default" => DefaultValueBinder::class,
],
"cache" => [