We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a332 commit 6e7b51bCopy full SHA for 6e7b51b
src/Exports/Concerns/CanModifyModel.php
@@ -2,14 +2,9 @@
2
3
namespace pxlrbt\FilamentExcel\Exports\Concerns;
4
5
-use Closure;
6
-use Laravel\SerializableClosure\SerializableClosure;
7
-
8
trait CanModifyModel
9
{
10
- public ?SerializableClosure $modifyModelUsing = null;
11
12
- public function modifyModelUsing(string|Closure $model): static
+ public function model(string $model): static
13
14
$this->model = $model;
15
0 commit comments