Skip to content

Commit

Permalink
#392 blank commit
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ouellet committed Dec 3, 2018
1 parent f022e3b commit c9861eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/modules/custom/dgreat_group/src/DgreatGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ public function flagUserDefaultContent(User $user) {
$elapsed = $endTime - $startTime;
$msg = "Execution time : $elapsed seconds";
\Drupal::logger('3 - Weights')->notice($msg);

});
}
return $this;
Expand Down

1 comment on commit c9861eb

@rjbain
Copy link
Owner

@rjbain rjbain commented on c9861eb Dec 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created multidev environment dgreat#pr-398.

Visit Site

Please sign in to comment.