diff --git a/composer.json b/composer.json index 63f3fe8..0215049 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ ], "require": { "php": "^8.1", + "anourvalar/eloquent-serialize": "^1.2", "filament/filament": "^2.17", "filament/notifications": "^2.17", "illuminate/contracts": "^10.0", @@ -76,4 +77,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +} diff --git a/src/Exports/Export.php b/src/Exports/Export.php index 44f9009..9ccc968 100644 --- a/src/Exports/Export.php +++ b/src/Exports/Export.php @@ -1,6 +1,6 @@