Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-12-03 21:18:56 +00:00
committed by StyleCI Bot
parent 3eb74058b2
commit dab4b43824

View File

@@ -182,7 +182,7 @@ class IncidentController extends Controller
try {
IncidentTemplate::create([
'name' => Binput::get('name'),
'template' => Binput::get('template', null, false, false)
'template' => Binput::get('template', null, false, false),
]);
} catch (ValidationException $e) {
return cachet_redirect('dashboard.templates.create')