Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lxerxa committed Dec 24, 2018
1 parent 1670a85 commit 90c835d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/Console/Commands/SendEmails.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,12 @@ public function issueNoticeHandle($project, $activity)
}

$data = [
'project' => $project,
'issue' => $issue,
'event_key' => $activity['event_key'],
'user' => $activity['user'],
'data' => isset($activity['data']) ? $activity['data'] : [],
'http_host' => $this->http_host,
'project' => $project,
'issue' => $issue,
'event_key' => $activity['event_key'],
'user' => $activity['user'],
'data' => isset($activity['data']) ? $activity['data'] : [],
'http_host' => $this->http_host,
];

$to_users = EloquentUser::find(array_unique($uids));
Expand Down

0 comments on commit 90c835d

Please sign in to comment.