Merge branch 'master' into develop
This commit is contained in:
@@ -35,9 +35,9 @@ return array(
|
||||
| SMTP Host Port
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This is the SMTP port used by your application to delivery e-mails to
|
||||
| users of your application. Like the host we have set this value to
|
||||
| stay compatible with the Mailgun e-mail applications by default.
|
||||
| This is the SMTP port used by your application to deliver e-mails to
|
||||
| users of the application. Like the host we have set this value to
|
||||
| stay compatible with the Mailgun e-mail application by default.
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
2
app/config/queue.php
Normal file → Executable file
2
app/config/queue.php
Normal file → Executable file
@@ -11,7 +11,7 @@ return array(
|
||||
| API, giving you convenient access to each back-end using the same
|
||||
| syntax for each one. Here you may set the default queue driver.
|
||||
|
|
||||
| Supported: "sync", "beanstalkd", "sqs", "iron"
|
||||
| Supported: "sync", "beanstalkd", "sqs", "iron", "redis"
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user