6 lines
86 B
PHP
6 lines
86 B
PHP
<?php
|
|
|
|
return [
|
|
'open_weather_map_api_key' => env('OPEN_WEATHER_MAP_API_KEY'),
|
|
];
|