Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-11-29 18:32:01 +00:00
committed by StyleCI Bot
parent 9dc80b4229
commit ebc427b4b6
4 changed files with 4 additions and 9 deletions

View File

@@ -297,7 +297,7 @@ class SettingsController extends Controller
dispatch(new TestMailCommand(Auth::user()));
return cachet_redirect('dashboard.settings.mail')
->withSuccess(trans('dashboard.notifications.awesome'));;
->withSuccess(trans('dashboard.notifications.awesome'));
}
/**