Fix code style

This commit is contained in:
ErickSkrauch
2018-07-08 18:55:53 +03:00
parent e3ade6a0cb
commit 7f42aadfcf
3 changed files with 4 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class WebhooksController extends Controller {
if ($eventIndex !== '') {
$events[] = $options[$eventIndex];
}
} while($eventIndex !== '' || empty($events)); // User must choose at least one event
} while ($eventIndex !== '' || empty($events));
$form->url = $url;
$form->events = $events;