Use the "Env" helper which has boolean support.

This commit is contained in:
Taylor Otwell
2014-12-15 13:07:04 -06:00
parent a6a0aab6c6
commit 93434d8679
5 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ return [
|
*/
'default' => getenv('QUEUE_DRIVER') ?: 'sync',
'default' => env('QUEUE_DRIVER') ?: 'sync',
/*
|--------------------------------------------------------------------------