weather_services.php 122 B

1234567
  1. <?php
  2. return [
  3. 'weather' => [
  4. 'key' =>'bb5e3bd493d1f29f52f9d8ee4bf47049'?: env('WEATHER_API_KEY'),
  5. ],
  6. ];