Skip to content

Commit 16dc97c

Browse files
committed
formatting fixes
1 parent 195a11a commit 16dc97c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Modules/Project/Services/ProjectService.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
use Modules\Project\Emails\EffortsheetSetupMail;
2929
use Modules\User\Entities\User;
3030

31-
32-
3331
class ProjectService implements ProjectServiceContract
3432
{
3533
public function index(array $data = [])
@@ -107,7 +105,8 @@ public function store($data)
107105
]
108106
);
109107
}
110-
108+
109+
111110
if(isset($data['send_mail_to_infra']) && $data['send_mail_to_infra']) {
112111
// ToDo: Make infra email fetched from ENV
113112
$emails = [

0 commit comments

Comments
 (0)