Skip to content

Commit 51b8397

Browse files
authored
fix indentation
1 parent a709f7d commit 51b8397

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)