@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | $projects = Project::where('is_archived', false)->get(); |
17 | 17 | $archive = Project::where('is_archived', true)->get(); |
18 | - foreach( $archive as $project ) |
|
18 | + foreach ($archive as $project) |
|
19 | 19 | { |
20 | 20 | // Set the time range of the project by selecting the last and first dates of its events |
21 | 21 | // if no events are associated with the project, set the dates to '-' |