diff --git a/src/Fireable.php b/src/Fireable.php index 9bf92dd8f8c944bcabed3f928c63490b68e70331..97ab29bbf13b6da691481cbac34718fb766d6bbf 100755 --- a/src/Fireable.php +++ b/src/Fireable.php @@ -21,7 +21,7 @@ class Fireable public static function make(Model $model): static { return app(static::class, [ - 'model' => $model, + 'model' => $model, 'fireableAttributes' => $model->getFireableAttributes(), ]); }