Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. namespace App\Helpers;
  3.  
  4.  
  5. class Weather
  6. {
  7. public static function current($city)
  8. {
  9. return \App\Weather::getForCity($city);
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement