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