diff --git a/composer.json b/composer.json index d236727..f576790 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=7.1.0", "laravel/nova": "*", - "maatwebsite/excel": "3.1.17" + "maatwebsite/excel": "^3.1" }, "autoload": { "psr-4": { diff --git a/src/Actions/QueuedExport.php b/src/Actions/QueuedExport.php index ef4cc98..7187754 100644 --- a/src/Actions/QueuedExport.php +++ b/src/Actions/QueuedExport.php @@ -6,6 +6,9 @@ use Laravel\Nova\Nova; use Maatwebsite\LaravelNovaExcel\Requests\SerializedRequest; +/** + * @deprecated It's currently impossible to queue an export based on dynamic filters due to serialization issues of the query. + */ class QueuedExport extends ExportToExcel implements ShouldQueue { /** @@ -39,7 +42,7 @@ public function __wakeup() } /** - * @var string + * @return string */ public function name() {