You've already forked laravel-push
refine test mode
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
return [
|
||||
'api_key' => env('PUSH_API_KEY', null),
|
||||
'api_url' => env('PUSH_API_URL', null)
|
||||
'api_url' => env('PUSH_API_URL', null),
|
||||
'test_mode' => env('PUSH_TEST_MODE', false),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user