Skip to content

Commit

Permalink
Merge pull request spatie#1092 from mouadziani/patch-1
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
Gummibeer authored Sep 24, 2022
2 parents a709f7d + 51b8397 commit a361048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Traits/LogsActivity.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ protected static function bootLogsActivity(): void
// each pipe receives the event carrier bag with changes and the model in
// question every pipe should manipulate new and old attributes.
$event = app(Pipeline::class)
->send(new EventLogBag($eventName, $model, $changes, $model->activitylogOptions))
->through(static::$changesPipes)
->thenReturn();
->send(new EventLogBag($eventName, $model, $changes, $model->activitylogOptions))
->through(static::$changesPipes)
->thenReturn();

// Actual logging
$logger = app(ActivityLogger::class)
Expand Down

0 comments on commit a361048

Please sign in to comment.