Applied fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-10-08 16:30:44 +00:00
committed by StyleCI Bot
parent 0371d86be0
commit b457f5d7a2

View File

@@ -70,12 +70,12 @@ class SetupController extends Controller
* @var string[]
*/
protected $queueDrivers = [
"null" => "None",
"sync" => "Synchronous",
"database" => "Database",
"beanstalkd" => "Beanstalk",
"sqs" => "Amazon SQS",
"redis" => "Redis",
'null' => 'None',
'sync' => 'Synchronous',
'database' => 'Database',
'beanstalkd' => 'Beanstalk',
'sqs' => 'Amazon SQS',
'redis' => 'Redis',
];
/**