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

@@ -11,9 +11,9 @@
namespace CachetHQ\Cachet\Bus\Handlers\Commands\System\Config;
use CachetHQ\Cachet\Bus\Commands\System\Config\UpdateConfigCommand;
use Dotenv\Dotenv;
use Dotenv\Exception\InvalidPathException;
use CachetHQ\Cachet\Bus\Commands\System\Config\UpdateConfigCommand;
/**
* This is the update config command handler class.

View File

@@ -11,11 +11,6 @@
namespace CachetHQ\Cachet\Composers;
use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident;
use CachetHQ\Cachet\Models\IncidentTemplate;
use CachetHQ\Cachet\Models\Schedule;
use CachetHQ\Cachet\Models\Subscriber;
use Illuminate\Contracts\View\View;
/**

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'));
}
/**

View File

@@ -215,8 +215,8 @@ return [
'footer' => 'Custom Footer HTML',
],
'mail' => [
'mail' => 'Mail',
'test' => 'Test',
'mail' => 'Mail',
'test' => 'Test',
'email' => [
'subject' => 'Test notification from Cachet',
'body' => 'This is a test notification from Cachet.',