Skip to content

Commit a361048

Browse files
authored
Merge pull request spatie#1092 from mouadziani/patch-1
Fix indentation
2 parents a709f7d + 51b8397 commit a361048

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/LogsActivity.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ protected static function bootLogsActivity(): void
7070
// each pipe receives the event carrier bag with changes and the model in
7171
// question every pipe should manipulate new and old attributes.
7272
$event = app(Pipeline::class)
73-
->send(new EventLogBag($eventName, $model, $changes, $model->activitylogOptions))
74-
->through(static::$changesPipes)
75-
->thenReturn();
73+
->send(new EventLogBag($eventName, $model, $changes, $model->activitylogOptions))
74+
->through(static::$changesPipes)
75+
->thenReturn();
7676

7777
// Actual logging
7878
$logger = app(ActivityLogger::class)

0 commit comments

Comments
 (0)