Skip to content

Commit 98b4d8e

Browse files
committed
Modify spaces
1 parent d1fc84f commit 98b4d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Http/Controllers/Web/IssueController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ private function sprintWithIssues($slug)
4848
private function eagerLoad($query , $relation = '')
4949
{
5050
$eagerLoaders = collect(['user','users','commits','statuses',
51-
'comments','attachments','type',
52-
'productBacklog','sprint','configEffort']);
51+
'comments','attachments','type',
52+
'productBacklog','sprint','configEffort']);
5353

5454
$eagerLoaders->each(function($loader) use (&$query,$relation){
5555
$query = $query->with($relation . $loader);

0 commit comments

Comments
 (0)