| @@ -35,17 +35,8 @@ | ||
| 35 | 35 | return \Depicter::resolve('depicter.dataSources.handPickedProducts'); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * Returns the instance of GooglePlacesReview class | |
| 40 | - * | |
| 41 | - * @return GooglePlaces | |
| 42 | - */ | |
| 43 | - public function googlePlaces(): GooglePlaces { | |
| 44 | - return \Depicter::resolve('depicter.dataSources.google.places'); | |
| 45 | - } | |
| 46 | - | |
| 47 | - /** | |
| 48 | 39 | * Returns the instance of tags Manager class |
| 49 | 40 | * |
| 50 | 41 | * @return TagsManager |
| 51 | 42 | */ |
| @@ -79,12 +70,8 @@ | ||
| 79 | 70 | break; |
| 80 | 71 | |
| 81 | 72 | case 'wooHandpicked': |
| 82 | 73 | $result = $this->handPickedProducts(); |
| 83 | - break; | |
| 84 | - | |
| 85 | - case 'googlePlaceReview': | |
| 86 | - $result = $this->googlePlaces(); | |
| 87 | 74 | break; |
| 88 | 75 | |
| 89 | 76 | case 'catalogs': |
| 90 | 77 | $result = \Depicter::resolve('depicter.dataSources.catalogs'); |