@@ -16,9 +16,9 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | protected $foursquare; |
| 18 | 18 | |
| 19 | - /** |
|
| 20 | - * Initialize the Controller with necessary arguments |
|
| 21 | - */ |
|
| 19 | + /** |
|
| 20 | + * Initialize the Controller with necessary arguments |
|
| 21 | + */ |
|
| 22 | 22 | public function __construct() |
| 23 | 23 | { |
| 24 | 24 | $this->foursquare = new FoursquareApi(env('FOURSQUARE_CLIENT_ID'), env('FOURSQUARE_CLIENT_SECRET')); |